From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- upstream/mageia-cauldron/man1/lsattr.1 | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 upstream/mageia-cauldron/man1/lsattr.1 (limited to 'upstream/mageia-cauldron/man1/lsattr.1') diff --git a/upstream/mageia-cauldron/man1/lsattr.1 b/upstream/mageia-cauldron/man1/lsattr.1 new file mode 100644 index 00000000..c95d859b --- /dev/null +++ b/upstream/mageia-cauldron/man1/lsattr.1 @@ -0,0 +1,52 @@ +.\" -*- nroff -*- +.TH LSATTR 1 "February 2023" "E2fsprogs version 1.47.0" +.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 . It is currently being +maintained by Theodore Ts'o . +.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) -- cgit v1.2.3