link cfunc
November 17, 2004; Gregg M. Townsend
Requires: UNIX, dynamic loading
This file is in the public domain.
chmod(filename, mode) changes the file permission modes of a file to those specified. umask(mask) sets the process "umask" to the specified value. If mask is omitted, the current process mask is returned.