Re: Good day/evening friends !!!!

2001-08-27 Thread Alan Shutko
Nathan E Norman <[EMAIL PROTECTED]> writes: > This only works if the file if world-readable. True. But it does exactly model the semantics of the question. Doing it your way (removing perms for other, and putting everyone except the person you don't want to have access into that group) requires

Re: Good day/evening friends !!!!

2001-08-27 Thread Nathan E Norman
On Mon, Aug 27, 2001 at 02:29:53PM -0400, Alan Shutko wrote: > <[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 > a

Re: Good day/evening friends !!!!

2001-08-27 Thread Alan Shutko
<[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

Re: Good day/evening friends !!!!

2001-08-27 Thread Robert L. Harris
;ve found appears to be some io issues with nfs sharing out a reiserfs filesystem. I haven't been able to track it down, but so far it's been very minor issue as it only seems to happen on one of my filesystems. Robert Thus spake [EMAIL PROTECTED] ([EMAIL PROTECTED]): > Good day/e

Good day/evening friends !!!!

2001-08-27 Thread shyamk
Good day/evening friends , 2 doubts : 1)Re: chmod :- What if you have , say 13 users and wish to single out ONLY 1 of them , away from your file/directory ? 2) Re: reiserfs :- What is reiserfs ? Thanks, ([EMAIL PROTECTED]) Shyam Kumar