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
mkdir.1
mkdir.c umask()/mkdir() system calls will not set the setuid bit; the kernel intentionally 1998-10-08 02:14:16 +00:00