Theodore Ts'o | 3839e65 | 1997-04-26 13:21:57 +0000 | [diff] [blame] | 1 | .\" -*- nroff -*- |
Theodore Ts'o | 74becf3 | 1997-04-26 14:37:06 +0000 | [diff] [blame^] | 2 | .TH LSATTR 1 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@" |
Theodore Ts'o | 3839e65 | 1997-04-26 13:21:57 +0000 | [diff] [blame] | 3 | .SH NAME |
| 4 | lsattr \- list file attributes on a Linux second extended file system |
| 5 | .SH SYNOPSIS |
| 6 | .B lsattr |
| 7 | [ |
| 8 | .B \-Radv |
| 9 | ] |
| 10 | [ |
| 11 | files... |
| 12 | ] |
| 13 | .SH DESCRIPTION |
| 14 | .B lsattr |
Theodore Ts'o | a418d3a | 1997-04-26 14:00:26 +0000 | [diff] [blame] | 15 | lists the file attributes on a second extended file system. |
Theodore Ts'o | 3839e65 | 1997-04-26 13:21:57 +0000 | [diff] [blame] | 16 | .SH OPTIONS |
| 17 | .TP |
| 18 | .I -R |
| 19 | Recursively list attributes of directories and their contents. |
| 20 | .TP |
| 21 | .I -a |
| 22 | List all files in directories, including files that start with `.'. |
| 23 | .TP |
| 24 | .I -d |
| 25 | List directories like other files, rather than listing their contents. |
| 26 | .TP |
| 27 | .I -v |
| 28 | List the files version. |
| 29 | .SH AUTHOR |
| 30 | .B lsattr |
| 31 | has been written by Remy Card <card@masi.ibp.fr>, the developer and maintainer |
| 32 | of the ext2 fs. |
| 33 | .SH BUGS |
| 34 | There are none :-). |
| 35 | .SH AVAILABILITY |
| 36 | .B lsattr |
Theodore Ts'o | f3db356 | 1997-04-26 13:34:30 +0000 | [diff] [blame] | 37 | is available for anonymous ftp from ftp.ibp.fr and tsx-11.mit.edu in |
| 38 | /pub/linux/packages/ext2fs. |
Theodore Ts'o | 3839e65 | 1997-04-26 13:21:57 +0000 | [diff] [blame] | 39 | .SH SEE ALSO |
| 40 | .BR chattr (1) |