mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-14 12:25:51 +08:00
ffe4cab315
badblocks.8.in, chattr.1.in, dumpe2fs.8.in, lsattr.1.in, mklost+found.8.in, tune2fs.8.in: Update Remy Card's e-mail address. chattr.1.in: Update which attributes aren't supported.
43 lines
941 B
Groff
43 lines
941 B
Groff
.\" -*- nroff -*-
|
|
.TH LSATTR 1 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
|
|
.SH NAME
|
|
lsattr \- list file attributes on a Linux second extended file system
|
|
.SH SYNOPSIS
|
|
.B lsattr
|
|
[
|
|
.B \-RVadv
|
|
]
|
|
[
|
|
.I files...
|
|
]
|
|
.SH DESCRIPTION
|
|
.B lsattr
|
|
lists the file attributes on a second extended file system.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-R
|
|
Recursively list attributes of directories and their contents.
|
|
.TP
|
|
.B \-V
|
|
Display the program version.
|
|
.TP
|
|
.B \-a
|
|
List all files in directories, including files that start with `.'.
|
|
.TP
|
|
.B \-d
|
|
List directories like other files, rather than listing their contents.
|
|
.TP
|
|
.B \-v
|
|
List the file's version/generation number.
|
|
.SH AUTHOR
|
|
.B lsattr
|
|
was written by Remy Card <Remy.Card@linux.org>.
|
|
.SH BUGS
|
|
There are none :-).
|
|
.SH AVAILABILITY
|
|
.B lsattr
|
|
is part of the e2fsprogs package and is available for anonymous
|
|
ftp from tsx-11.mit.edu in /pub/linux/packages/ext2fs.
|
|
.SH SEE ALSO
|
|
.BR chattr (1)
|