chickadee » posix » change-file-mode

change-file-mode FILENAME MODEprocedure

Changes the current file mode of the file named FILENAME to MODE using the chmod() system call. The perm/... variables contain the various permission bits and can be combinded with the bitwise-ior procedure.