From owner-freebsd-doc Tue Sep 10 4: 0:25 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A6937B400 for ; Tue, 10 Sep 2002 04:00:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06CA643E4A for ; Tue, 10 Sep 2002 04:00:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8AB0JJU005923 for ; Tue, 10 Sep 2002 04:00:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8AB0JRi005922; Tue, 10 Sep 2002 04:00:19 -0700 (PDT) Date: Tue, 10 Sep 2002 04:00:19 -0700 (PDT) Message-Id: <200209101100.g8AB0JRi005922@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Christophe Juniet Subject: Re: docs/39532: 'find' man page should Reply-To: Christophe Juniet Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/39532; it has been noted by GNATS. From: Christophe Juniet 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