Date: Mon, 12 Jun 2000 03:36:53 -0700 (PDT) From: Ollivier Robert <roberto@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 find.h function.c Message-ID: <200006121036.DAA12839@freefall.freebsd.org>
index | next in thread | raw e-mail
roberto 2000/06/12 03:36:53 PDT
Modified files:
usr.bin/find find.1 find.h function.c
Log:
The find -perm option currently supports an exact match,
or if the mode is preceded by a '-', it checks for a match
in at least the bits specified on the command line. It is
often desirable to find things with any execute or setuid or
setgid bits set.
PR: bin/10169
Submitted by: Monte Mitzelfelt <monte@gonefishing.org>
Revision Changes Path
1.24 +4 -2 src/usr.bin/find/find.1
1.7 +2 -1 src/usr.bin/find/find.h
1.23 +6 -1 src/usr.bin/find/function.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006121036.DAA12839>
