lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 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>. It is currently being |
| 37 | maintained by Theodore Ts'o <tytso@alum.mit.edu>. |
| 38 | .SH BUGS |
| 39 | There are none :-). |
| 40 | .SH AVAILABILITY |
| 41 | .B lsattr |
| 42 | is part of the e2fsprogs package and is available from |
| 43 | http://e2fsprogs.sourceforge.net. |
| 44 | .SH SEE ALSO |
| 45 | .BR chattr (1) |