From: deraadt Date: Fri, 14 Feb 1997 21:08:38 +0000 (+0000) Subject: mention that ls -o shows the existing file modes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1eddfed3a8a884dafc3077c975f6d2df68988958;p=openbsd mention that ls -o shows the existing file modes --- diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index dbc1848236e..dbd73a44835 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -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 ,