]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - misc/lsattr.1.in
AOSP: mke2fs: add links for mkfs.ext[234]
[thirdparty/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 \-RVadlpv
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 \-l
33 Print the options using long names instead of single
34 character abbreviations.
35 .TP
36 .B \-p
37 List the file's project number.
38 .TP
39 .B \-v
40 List the file's version/generation number.
41 .SH AUTHOR
42 .B lsattr
43 was written by Remy Card <Remy.Card@linux.org>. It is currently being
44 maintained by Theodore Ts'o <tytso@alum.mit.edu>.
45 .SH BUGS
46 There are none :-).
47 .SH AVAILABILITY
48 .B lsattr
49 is part of the e2fsprogs package and is available from
50 http://e2fsprogs.sourceforge.net.
51 .SH SEE ALSO
52 .BR chattr (1)