blob: 7798a3444af260c972be56026af5a5be65fe0d90 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001.\" -*- nroff -*-
2.TH LSATTR 1 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
3.SH NAME
4lsattr \- 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
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.
18.SH OPTIONS
19.TP
20.B \-R
21Recursively list attributes of directories and their contents.
22.TP
23.B \-V
24Display the program version.
25.TP
26.B \-a
27List all files in directories, including files that start with `.'.
28.TP
29.B \-d
30List directories like other files, rather than listing their contents.
31.TP
32.B \-v
33List the file's version/generation number.
34.SH AUTHOR
35.B lsattr
36was written by Remy Card <Remy.Card@linux.org>. It is currently being
37maintained by Theodore Ts'o <tytso@alum.mit.edu>.
38.SH BUGS
39There are none :-).
40.SH AVAILABILITY
41.B lsattr
42is part of the e2fsprogs package and is available from
43http://e2fsprogs.sourceforge.net.
44.SH SEE ALSO
45.BR chattr (1)