6 Apr
2000
6 Apr
'00
18:16
On Don, Apr 06, 2000 at 04:08:10 +0200, Harald Scharf wrote:
if you want to change the permissions of a directory (file) you can use the following commands :
chown (Change Owner) chgrp (Change Group) chmod (Change Mode)
[...]
for the exactly syntax of chmod (be carefull with this) see man chmod
Normally you must be root to use chgrp / chown. This prevents unprivileged users from overwriting disk quotas. You must be the owner of a file / directory or superuser to use chmod. Jan