e2fsprogs/misc/lsattr.1.in
Tyson Nottingham 75dd3c47c4 Add missing information to various man pages and usage texts
badblocks.c: Add -B and -X to usage text.

chattr.1.in: Add P to list of settable attributes.

e2image.8.in, e2image.c: Remove superfluous mention of -r option.

e2undo.8.in, e2undo.c: Add description for -z to man page and add -o and
  -z to synopsis and usage text.

e4crypt.8.in: Add -p pad option to relevant command descriptions.

lsattr.1.in: Fix typo.

mke2fs.8.in: Add -C to synopsis. Add MKE2FS_DEVICE_PHYS_SECTSIZE
  description and update MKE2FS_DEVICE_SECTSIZE description.

mke2fs.conf.5.in: Add devices stanza summary. Remove base_features and
  default_features descriptions from defaults section, as they are
  already described in fs_types section. Move enable_periodic_fsck and
  force_undo to fs_types section, as they can be set per filesystem
  type. Add missing lazy_journal_init and hugefiles_dir descriptions.

tune2fs.8.in: Remove unsupported -p option and deprecated -s option.
  Add 64bit, ea_inode, large_dir, and metadata_csum_seed descriptions.

tune2fs.c: Remove unsupported -p option from usage text.
  Add mmp_update_interval to extended option usage text.

resize/main.c: Add -S option to usage text.

Signed-off-by: Tyson Nottingham <tgnottingham@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-12-21 11:11:10 -05:00

53 lines
1.2 KiB
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 \-RVadlpv
]
[
.I files...
]
.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.
.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 \-l
Print the options using long names instead of single
character abbreviations.
.TP
.B \-p
List the file's project number.
.TP
.B \-v
List the file's version/generation number.
.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>.
.SH BUGS
There are none :-).
.SH AVAILABILITY
.B lsattr
is part of the e2fsprogs package and is available from
http://e2fsprogs.sourceforge.net.
.SH SEE ALSO
.BR chattr (1)