English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

The command is chmod:

chmod [mode]
% chmod u+w foo
adds write permissions to the owner of file 'foo'

% chmod 750 foo
Owner (user) can do anything with the file (read, write, execute), group members can read and execute, others can do nothing with the file.

2007-03-23 05:43:07 · answer #1 · answered by Amit Y 5 · 0 0

using the chmod command. do a "man chmod" to get the information on how to use it to set permissions

2007-03-23 05:39:53 · answer #2 · answered by Anonymous · 0 1

fedest.com, questions and answers