CHMOD(3F) CHMOD(3F)
chmod - change mode of a file
integer function chmod (name, mode)
character*(*) name, mode
This function changes the filesystem mode of file name. Mode can be any
specification recognized by chmod(1). Name must be a single pathname.
The normal returned value is 0. Any other value will be a system error
number.
/usr/lib/libU77.a
/bin/chmod exec'ed to change the mode.
chmod(1)
Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>.
MIPS Computer Systems
PPPPaaaaggggeeee 1111 [ Back ]
|