files.c: Functions to manipulate file attributes

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.

Source code | Program Library Page | Icon Home Page