Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2002 04:00:19 -0700 (PDT)
From:      Christophe Juniet <cjuniet@entreview.com>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/39532: 'find' man page should
Message-ID:  <200209101100.g8AB0JRi005922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/39532; it has been noted by GNATS.

From: Christophe Juniet <cjuniet@entreview.com>
To: freebsd-gnats-submit@FreeBSD.org, sspies@apple.com,
	cjuniet@entreview.com
Cc:  
Subject: Re: docs/39532: 'find' man page should
Date: Tue, 10 Sep 2002 12:50:10 +0200

 You can use this patch, for instance:
 
 --- patch begins here ---
 --- src/usr.bin/find/find.1     Tue Aug 27 21:14:08 2002
 +++ /home/chris/work/find.1     Tue Sep 10 12:30:20 2002
 @@ -738,6 +738,9 @@
   .It Li "find . -newerct '1 minute ago' -print"
   Print out a list of all the files whose inode change time is more
   recent than the current time minus one minute.
 +.It Li "find . -type d -exec chmod go-w \e{\e} \e;"
 +Deny write permission to group and others on the current directory
 +and all its sub-directories.
   .El
   .Sh SEE ALSO
   .Xr chflags 1 ,
 --- patch ends here ---
 
 -- 
 chris
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209101100.g8AB0JRi005922>