Add information on utilities which may or may not be aware of file flags.

PR:		55653
Submitted by:	Tony Maher <tonymaher@optushome.com.au> (original version)
This commit is contained in:
Tom Rhodes 2005-02-23 23:07:45 +00:00
parent 7f560471fe
commit 51cf632946
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142339

View File

@ -32,7 +32,7 @@
.\" @(#)chflags.1 8.4 (Berkeley) 5/2/95
.\" $FreeBSD$
.\"
.Dd March 24, 2003
.Dd February 24, 2005
.Dt CHFLAGS 1
.Os
.Sh NAME
@ -141,6 +141,23 @@ You can use "ls -lo" to see the flags of existing files.
.Xr stat 2 ,
.Xr fts 3 ,
.Xr symlink 7
.Sh BUGS
Only a limited number of utilities are
.Nm
aware.
Some of the tools which are include
.Xr ls 1 ,
.Xr cp 1 ,
.Xr find 1 ,
.Xr dump 8 ,
and
.Xr restore 8 .
In particular tools which are not
.Nm
aware include
.Xr tar 1
and
.Xr pax 1 .
.Sh HISTORY
The
.Nm