AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
chmod LIST

Changes the permissions of a list of files.  The first element of the
list must be the numerical mode.  Returns the number of files
successfully changed.

$cnt = chmod 0755, 'foo', 'bar';
chmod 0755, @executables;


[sh-index] Back to list of manuals