<[EMAIL PROTECTED]> writes:

> 1)Re: chmod :- What if you have , say 13 users and wish to single
> out ONLY 1 of them , away from your file/directory ?

Make a new group (eg. noaccess).  Add the user you don't want to have
access to that group.  Then

chgrp noaccess file
chmod g-rwx file

-- 
Alan Shutko <[EMAIL PROTECTED]> - In a variety of flavors!
"I'd love to go out with you, but I've been scheduled for a karma transplant."

Reply via email to