Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   wsanchez
Date:           Thu Oct  8 02:14:16 UTC 1998

Modified Files:
        src/bin/mkdir: mkdir.c
Log Message:
umask()/mkdir() system calls will not set the setuid bit; the kernel 
intentionally
discards the high bits, so "mkdir -m 1777 foo" won't set the sticky bit. So call
chmod() on the directory.




Home | Main Index | Thread Index | Old Index