NetBSD/bin/mkdir
wsanchez 508f3bd4f6 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.
1998-10-08 02:14:16 +00:00
..
Makefile Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc 1997-07-20 22:36:20 +00:00
mkdir.1 Fix .Nm usage. 1997-10-20 08:50:59 +00:00
mkdir.c umask()/mkdir() system calls will not set the setuid bit; the kernel intentionally 1998-10-08 02:14:16 +00:00