SET.MODE |
|
|
The SET.MODE command updates the access permissions on records in a directory file. (Not Windows)
Format
SET.MODE filename {ALL | FROM listno | id...} {NO.QUERY} mode
where
The SET.MODE command is broadly equivalent to the Linux/Unix chmod command, setting the access permissions for the requested records in a directory file.
The record ids may be specified as ALL, taken from a select list or supplied on the command line. If none of these methods is used, the command checks whether the default select list is active and, if so, prompts to ask if it should be used. The NO.QUERY option, valid only when defaulting the select list, suppresses the prompt.
|