Whamcloud - gitweb
Fix up Andreas's 8k blocksize changes to fix a number of bugs,
[tools/e2fsprogs.git] / misc / lsattr.1.in
1 .\" -*- nroff -*-
2 .TH LSATTR 1 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
3 .SH NAME
4 lsattr \- list file attributes on a Linux second extended file system
5 .SH SYNOPSIS
6 .B lsattr
7 [
8 .B \-RVadv
9 ]
10 [
11 .I files...
12 ]
13 .SH DESCRIPTION
14 .B lsattr
15 lists the file attributes on a second extended file system.  See
16 .BR chattr (1)
17 for a description of the attributes and what they mean.
18 .SH OPTIONS
19 .TP
20 .B \-R
21 Recursively list attributes of directories and their contents.
22 .TP
23 .B \-V
24 Display the program version.
25 .TP
26 .B \-a
27 List all files in directories, including files that start with `.'.
28 .TP
29 .B \-d
30 List directories like other files, rather than listing their contents.
31 .TP
32 .B \-v
33 List the file's version/generation number.
34 .SH AUTHOR
35 .B lsattr
36 was written by Remy Card <Remy.Card@linux.org>.
37 .SH BUGS
38 There are none :-).
39 .SH AVAILABILITY
40 .B lsattr
41 is part of the e2fsprogs package and is available from
42 http://e2fsprogs.sourceforge.net.
43 .SH SEE ALSO
44 .BR chattr (1)