chmod(3f) bsd man page | unix.com

Man Page: chmod

Operating Environment: bsd

Section: 3f

CHMOD(3F)																 CHMOD(3F)

NAME
chmod - change mode of a file
SYNOPSIS
integer function chmod (name, mode) character*(*) name, mode
DESCRIPTION
This function changes the filesystem mode of file name. Mode can be any specification recognized by chmod(1). Name must be a single path- name. The normal returned value is 0. Any other value will be a system error number.
FILES
/usr/lib/libU77.a /bin/chmod exec'ed to change the mode.
SEE ALSO
chmod(1)
BUGS
Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>. 4.2 Berkeley Distribution May 15, 1985 CHMOD(3F)
Related Man Pages
lchmod(3) - mojave
ecaccess-file-chmod(1p) - debian
chmod(1) - v7
chmod(1) - plan9
lchmod(3) - osx
Similar Topics in the Unix Linux Community
chmod rights issue?
chmod for great number of files
What is wrong with file permission?
How to tail sed and awk in one line?
Chmod by multiple users.