summaryrefslogtreecommitdiff
path: root/misc-utils/namei.1
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2009-01-27 15:00:35 +0100
committerKarel Zak <kzak@redhat.com>2009-01-27 15:00:35 +0100
commit06b2b6af77dd19ae33e045ee481bd0aec116612b (patch)
treed244945c6f1e520029119b7f247148253f073861 /misc-utils/namei.1
parentc3ecdb3ea40f32eb4ef1517d01f93e8912f27cce (diff)
downloadutil-linux-old-06b2b6af77dd19ae33e045ee481bd0aec116612b.tar.gz
namei: add missing options to namei.1
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/namei.1')
-rw-r--r--misc-utils/namei.19
1 files changed, 7 insertions, 2 deletions
diff --git a/misc-utils/namei.1 b/misc-utils/namei.1
index 838c0ae3..d5d0c8aa 100644
--- a/misc-utils/namei.1
+++ b/misc-utils/namei.1
@@ -39,19 +39,24 @@ outputs a the following characters to identify the file types found:
prints an informative message when
the maximum number of symbolic links this system can have has been exceeded.
.SH OPTIONS
-.IP "\fB\-x, \-\-mountpoints\fP"
-Show mount point directories with a 'D', rather than a 'd'.
+.IP "\fB\-l, \-\-long\fP"
+Use a long listing format (same as -m -o -v).
.IP "\fB\-m, \-\-modes\fP"
Show the mode bits of each file type in the style of ls(1),
for example 'rwxr-xr-x'.
+.IP "\fB\-o, \-\-owners\fP"
+Show owner and group name of each file.
.IP "\fB\-n, \-\-nosymlinks\fP"
Don't follow symlinks.
.IP "\fB\-v, \-\-vertical\fP"
Vertical align of modes and owners.
+.IP "\fB\-x, \-\-mountpoints\fP"
+Show mount point directories with a 'D', rather than a 'd'.
.SH AUTHOR
The original
.B namei
program was written by Roger Southwick <rogers@amadeus.wr.tek.com>.
+
The program was re-written by Karel Zak <kzak@redhat.com>.
.SH BUGS
To be discovered.