freebsd_amp_hwpstate/bin/chmod
Julian Elischer 52bf64c787 Reviewed by: hackers@freebsd.org in general
Obtained from: Whistle Communications tree

Add an option to the way UFS works dependent on the SUID bit of directories
This changes makes things a whole lot simpler on systems running as
fileservers for PCs and MACS. to enable the new code you must
1/ enable option SUIDDIR on the kernel.
2/ mount the filesystem with option suiddir.
hopefully this makes it difficult enough for people to
do this accidentally.
see the new chmod(2) man page for detailed info.
1997-11-13 00:28:51 +00:00
..
Makefile
chmod.1 Reviewed by: hackers@freebsd.org in general 1997-11-13 00:28:51 +00:00
chmod.c compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00