Linux "lsattr" Command Line Options and Examples
list file attributes on a Linux second extended file system

lsattr lists the file attributes on a second extended file system. See chattr(1) for a description of the attributes and what they mean..


Usage:

lsattr [ -RVadlpv ] [ files... ]




Command Line Options:

-R
Recursively list attributes of directories and their contents.
lsattr -R ...
-V
Display the program version.
lsattr -V ...
-a
List all files in directories, including files that start with `.'.
lsattr -a ...
-d
List directories like other files, rather than listing their contents.
lsattr -d ...
-l
Print the options using long names instead of single character abbreviations.
lsattr -l ...
-p
List the file's project number.
lsattr -p ...
-v
AUTHORlsattr was written by Remy Card <Remy.Card@linux.org>. It is currently being maintained by Theodore Ts'o <tytso@alum.mit.edu>.BUGSThere are none :-).AVAILABILITYlsattr is part of the e2fsprogs package and is available from http://e2fsprogs.sourceforge.net.
lsattr -v ...