Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lsattr(1) [osx man page]

LSATTR(1)						      General Commands Manual							 LSATTR(1)

NAME
lsattr - list file attributes on a Linux second extended file system SYNOPSIS
lsattr [ -RVadlpv ] [ files... ] DESCRIPTION
lsattr lists the file attributes on a second extended file system. See chattr(1) for a description of the attributes and what they mean. OPTIONS
-R Recursively list attributes of directories and their contents. -V Display the program version. -a List all files in directories, including files that start with `.'. -d List directories like other files, rather than listing their contents. -l Print the options using long names instead of single character abbreviations. -p List the file's project number. -v List the file's version/generation number. AUTHOR
lsattr was written by Remy Card <Remy.Card@linux.org>. It is currently being maintained by Theodore Ts'o <tytso@alum.mit.edu>. BUGS
There are none :-). AVAILABILITY
lsattr is part of the e2fsprogs package and is available from http://e2fsprogs.sourceforge.net. SEE ALSO
chattr(1) E2fsprogs version 1.44.1 March 2018 LSATTR(1)

Check Out this Related Man Page

LSATTR(1)						      General Commands Manual							 LSATTR(1)

NAME
lsattr - list file attributes on a Linux second extended file system SYNOPSIS
lsattr [ -RVadlpv ] [ files... ] DESCRIPTION
lsattr lists the file attributes on a second extended file system. See chattr(1) for a description of the attributes and what they mean. OPTIONS
-R Recursively list attributes of directories and their contents. -V Display the program version. -a List all files in directories, including files that start with `.'. -d List directories like other files, rather than listing their contents. -l Print the options using long names instead of single character abbreviations. -p List the file's project number. -v List the file's version/generation number. AUTHOR
lsattr was written by Remy Card <Remy.Card@linux.org>. It is currently being maintained by Theodore Ts'o <tytso@alum.mit.edu>. BUGS
There are none :-). AVAILABILITY
lsattr is part of the e2fsprogs package and is available from http://e2fsprogs.sourceforge.net. SEE ALSO
chattr(1) E2fsprogs version 1.44.1 March 2018 LSATTR(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

lsattr on AIX

Hi, how do you interprete the following : t#/usr/sbin/lsattr -E -l sys0 -a realmem realmem 31457280 Amount of usable physical memory in Kbytes False What does False mean here ? Thanks (2 Replies)
Discussion started by: big123456
2 Replies

2. UNIX for Dummies Questions & Answers

List directories with given string, sort by creation date

It is for HP-Unix B.11.31. Requirement: 1. List the directories, which directories name has given particular string. Example: Directories with name "Build" 2. On the output of 1. list the directories by creation date as sort order. I tried with; find . -type d -name "Build*" ... (3 Replies)
Discussion started by: Siva SQL
3 Replies

3. UNIX for Dummies Questions & Answers

List several files into one single column

frtgyh (2 Replies)
Discussion started by: lucasvs
2 Replies

4. Cybersecurity

Alternative for chattr

Hello im working on "remover script" which try to remove "kthrotlds MINER VIRUS" in next part of my remover script i have to work on files that it destroyed, virus use chattr to open and lock files and replace them with malicious content im looking for a solution to remove chattr and disable... (9 Replies)
Discussion started by: nimafire
9 Replies