mention that ls -o shows the existing file modes
authorderaadt <deraadt@openbsd.org>
Fri, 14 Feb 1997 21:08:38 +0000 (21:08 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 14 Feb 1997 21:08:38 +0000 (21:08 +0000)
usr.bin/chflags/chflags.1

index dbc1848..dbd73a4 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: chflags.1,v 1.2 1996/06/26 05:31:52 deraadt Exp $
+.\"    $OpenBSD: chflags.1,v 1.3 1997/02/14 21:08:38 deraadt Exp $
 .\"    $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
@@ -117,10 +117,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 ,