summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.1
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-11-26 22:21:15 +0000
committergreen <green@FreeBSD.org>2001-11-26 22:21:15 +0000
commitd741ed6f56790f6d4459cd3edc5ca52989829373 (patch)
treec1032133ec49d0a5bd94f26101cdf04f6159d448 /bin/ls/ls.1
parentd60fa5f434d39572b6ea9de4953a228e3b87d41d (diff)
downloadFreeBSD-src-d741ed6f56790f6d4459cd3edc5ca52989829373.zip
FreeBSD-src-d741ed6f56790f6d4459cd3edc5ca52989829373.tar.gz
Add LOMAC options (the "Z" flag in both cases) to display extra information
in ls(1) and ps(1). Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'bin/ls/ls.1')
-rw-r--r--bin/ls/ls.111
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 8175980..7d1c04c 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -43,7 +43,7 @@
.Nd list directory contents
.Sh SYNOPSIS
.Nm
-.Op Fl ABCFGHLPRTWabcdfgiklnoqrstu1
+.Op Fl ABCFGHLPRTWZabcdfgiklnoqrstu1
.Op Ar
.Sh DESCRIPTION
For each operand that names a
@@ -122,6 +122,8 @@ Display complete time information for the file, including
month, day, hour, minute, second, and year.
.It Fl W
Display whiteouts when scanning directories.
+.It Fl Z
+Display each file's LOMAC level.
.It Fl a
Include directory entries whose names begin with a
dot (.).
@@ -245,6 +247,7 @@ option is given, the following information
is displayed for each file:
file mode,
number of links, owner name, group name,
+LOMAC level,
number of bytes in the file, abbreviated
month, day-of-month file was last modified,
hour file last modified, minute file last
@@ -535,6 +538,11 @@ The group field is now automatically included in the long listing for
files in order to be compatible with the
.St -p1003.2
specification.
+.Sh FILES
+.Bl -tag -width /dev/lomac -compact
+.It Pa /dev/lomac
+interface used to query the LOMAC LKM
+.El
.Sh SEE ALSO
.Xr chflags 1 ,
.Xr chmod 1 ,
@@ -542,6 +550,7 @@ specification.
.Xr xterm 1 ,
.Xr termcap 5 ,
.Xr symlink 7 ,
+.Xr lomac 4 ,
.Xr sticky 8
.Sh HISTORY
An
OpenPOWER on IntegriCloud