[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Restoring default permissions
- Subject: Re: [cobalt-users] Restoring default permissions
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Mon Jan 1 14:35:57 2001
- Organization: Pomfret Computer Technologies
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> what's the chmod command to get directory permissions like
> drwxrwsr-x 2 admin site2
> which is the default
$ chmod g+s <directory or file>
or
$ chmod 2nnn <directory or file>
(replace the 3 n's with the current permissions.)
Try "man chmod" and look for "set user ID" and "set group ID".
--
Brian Curtis