Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

chmod(1)

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 pathname. 

The normal returned value is 0.  Any other value will be a system error number. 

FILES

/usr/lib/libU77.a
/bin/chmodexec’ed to change the mode. 

SEE ALSO

chmod(1)

NOTES

When compiling source with the -Qocs option, an explicit underscore needs to be added to the end of the routine name. 

BUGS

Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>. 

CX/UX Hf77 Fortran Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026