e2fsprogs/misc/lsattr.1.in

53 lines
1.2 KiB
Groff
Raw Permalink Normal View History

1997-04-26 17:21:57 +04:00
.\" -*- nroff -*-
1997-04-26 18:37:06 +04:00
.TH LSATTR 1 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
1997-04-26 17:21:57 +04:00
.SH NAME
lsattr \- list file attributes on a Linux second extended file system
.SH SYNOPSIS
.B lsattr
[
.B \-RVadlpv
1997-04-26 17:21:57 +04:00
]
[
.I files...
1997-04-26 17:21:57 +04:00
]
.SH DESCRIPTION
.B lsattr
lists the file attributes on a second extended file system. See
.BR chattr (1)
for a description of the attributes and what they mean.
1997-04-26 17:21:57 +04:00
.SH OPTIONS
.TP
.B \-R
1997-04-26 17:21:57 +04:00
Recursively list attributes of directories and their contents.
.TP
.B \-V
Display the program version.
.TP
.B \-a
1997-04-26 17:21:57 +04:00
List all files in directories, including files that start with `.'.
.TP
.B \-d
1997-04-26 17:21:57 +04:00
List directories like other files, rather than listing their contents.
.TP
.B \-l
Print the options using a long names instead of a single
character abbreviation.
.TP
.B \-p
List the file's project number.
.TP
.B \-v
List the file's version/generation number.
1997-04-26 17:21:57 +04:00
.SH AUTHOR
.B lsattr
was written by Remy Card <Remy.Card@linux.org>. It is currently being
maintained by Theodore Ts'o <tytso@alum.mit.edu>.
1997-04-26 17:21:57 +04:00
.SH BUGS
There are none :-).
.SH AVAILABILITY
.B lsattr
is part of the e2fsprogs package and is available from
http://e2fsprogs.sourceforge.net.
1997-04-26 17:21:57 +04:00
.SH SEE ALSO
.BR chattr (1)