]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - misc/lsattr.1.in
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / misc / lsattr.1.in
CommitLineData
3839e657 1.\" -*- nroff -*-
74becf3c 2.TH LSATTR 1 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
3839e657
TT
3.SH NAME
4lsattr \- list file attributes on a Linux second extended file system
5.SH SYNOPSIS
6.B lsattr
7[
bc8f1ae5 8.B \-RVadlpv
3839e657
TT
9]
10[
caf8ce4c 11.I files...
3839e657
TT
12]
13.SH DESCRIPTION
14.B lsattr
f10748d8
TT
15lists the file attributes on a second extended file system. See
16.BR chattr (1)
17for a description of the attributes and what they mean.
3839e657
TT
18.SH OPTIONS
19.TP
caf8ce4c 20.B \-R
3839e657
TT
21Recursively list attributes of directories and their contents.
22.TP
caf8ce4c 23.B \-V
a88fa0c0
TT
24Display the program version.
25.TP
caf8ce4c 26.B \-a
3839e657
TT
27List all files in directories, including files that start with `.'.
28.TP
caf8ce4c 29.B \-d
3839e657
TT
30List directories like other files, rather than listing their contents.
31.TP
bc8f1ae5
TT
32.B \-l
33Print the options using a long names instead of a single
34character abbreviation.
3627e838
LX
35.TP
36.B \-p
37List the file's project number.
bc8f1ae5
TT
38.TP
39.B \-v
40List the file's version/generation number.
3839e657
TT
41.SH AUTHOR
42.B lsattr
2e5a1b9e
TT
43was written by Remy Card <Remy.Card@linux.org>. It is currently being
44maintained by Theodore Ts'o <tytso@alum.mit.edu>.
3839e657
TT
45.SH BUGS
46There are none :-).
47.SH AVAILABILITY
48.B lsattr
6d56d51a
TT
49is part of the e2fsprogs package and is available from
50http://e2fsprogs.sourceforge.net.
3839e657
TT
51.SH SEE ALSO
52.BR chattr (1)