Penguin
Annotated edit history of lsattr(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 LSATTR
2 !!!LSATTR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 AUTHOR
8 BUGS
9 AVAILABILITY
10 SEE ALSO
11 ----
12 !!NAME
13
14
15 lsattr - list file attributes on a Linux second extended file system
16 !!SYNOPSIS
17
18
19 __lsattr__ [[ __-RVadv__ ] [[ ''files...''
20 ]
21 !!DESCRIPTION
22
23
24 __lsattr__ lists the file attributes on a second extended
25 file system. See chattr(1) for a description of the
26 attributes and what they mean.
27 !!OPTIONS
28
29
30 __-R__
31
32
33 Recursively list attributes of directories and their
34 contents.
35
36
37 __-V__
38
39
40 Display the program version.
41
42
43 __-a__
44
45
46 List all files in directories, including files that start
47 with `.'.
48
49
50 __-d__
51
52
53 List directories like other files, rather than listing their
54 contents.
55
56
57 __-v__
58
59
60 List the file's version/generation number.
61 !!AUTHOR
62
63
64 __lsattr__ was written by Remy Card
65 __
66 !!BUGS
67
68
69 There are none :-).
70 !!AVAILABILITY
71
72
73 __lsattr__ is part of the e2fsprogs package and is
74 available from
75 http://e2fsprogs.sourceforge.net.
76 !!SEE ALSO
77
78
79 chattr(1)
80 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.