chmod(1tcl)


chmod -- set permissions of files in specified list

Synopsis

chmod mode filelist

Description

Sets permissions of each of the files in the list filelist to mode, where mode is an absolute numeric mode or symbolic permissions as in the UNIX chmod(1) command. To specify a mode as octal, it should be prefixed with a ``0'' (for example, 0622).
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.