diff options
author | charnier <charnier@FreeBSD.org> | 1997-06-24 06:57:11 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-06-24 06:57:11 +0000 |
commit | a300c51544ec497cae3782cd0d483631e4d09cf7 (patch) | |
tree | c9b1d7f733b62312287e1dd4f26512292cacd7b2 /bin | |
parent | ef72fe5c77d91e58e0362ee65d9efb665dea266a (diff) | |
download | FreeBSD-src-a300c51544ec497cae3782cd0d483631e4d09cf7.zip FreeBSD-src-a300c51544ec497cae3782cd0d483631e4d09cf7.tar.gz |
Document the use of `ls -lo' to see flags.
Obtained from: OpenBSD.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chflags/chflags.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 9ab880f..99424f8 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chflags.1 8.2 (Berkeley) 3/31/94 +.\" $Id$ .\" .Dd March 31, 1994 .Dt CHFLAGS 1 @@ -118,10 +119,13 @@ option is specified. In addition, these options override each other and the command's actions are determined by the last one specified. .Pp +You can use "ls -lo" to see the flags of existing files. +.Pp The .Nm chflags utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO +.Xr ls 1 , .Xr chflags 2 , .Xr stat 2 , .Xr fts 3 , |