CHMOD(3F) — FORTRAN LIBRARY ROUTINES
NAME
chmod − change mode of a file
SYNOPSIS
integer function chmod (name, mode)
character∗(∗) name, mode
DESCRIPTION
Change the filesystem mode of file name. You can set mode to be any specification recognized by chmod(1).
The argument name must be a single pathname.
The normal returned value is 0. Any other value will be a system error number.
FILES
/usr/lang/SC0.0/libF77.a
/bin/chmodexecuted to change the mode.
SEE ALSO
BUGS
Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>.
Sun Release 4.1 — Last change: 14 January 1990