diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
commit | 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a (patch) | |
tree | 6a403684e0978f0287d7f0ec0e5aab1fd31a59e1 /misc/lsattr.1.in | |
parent | Initial commit. (diff) | |
download | e2fsprogs-db58a52ab489b66cea7224323c4c6171ccc2a9dd.tar.xz e2fsprogs-db58a52ab489b66cea7224323c4c6171ccc2a9dd.zip |
Adding upstream version 1.47.0.upstream/1.47.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'misc/lsattr.1.in')
-rw-r--r-- | misc/lsattr.1.in | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/misc/lsattr.1.in b/misc/lsattr.1.in new file mode 100644 index 0000000..4d02a95 --- /dev/null +++ b/misc/lsattr.1.in @@ -0,0 +1,52 @@ +.\" -*- 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) |