On Fri, 30 Jul 1999, Jarmo Paavilainen wrote:

>Date: Fri, 30 Jul 1999 17:20:02 +0200
>From: Jarmo Paavilainen <[EMAIL PROTECTED]>
>To: Linux Newbie <[EMAIL PROTECTED]>
>Subject: SV: Filesystem
>
>Hi,
>
>...
>> Or are you talking about a file with these kind of permissions...
>>      Owner - root
>>      Group - Superuser (root) read/write
>>      Group - users read
>>      Group - busers read/write
>> 
>> If that's the case, then I'm not sure how you would go about it.
>
>Well thats what I want/need.

Don't have a Linux system handy to test this with (I'm at work) but how
about:

bash# touch thefile
bash# chown root.busers thefile
bash# chmod 660 thefile
bash# ln thefile thefile-l
bash# chown root.users thefile-l
bash# chmod 640 thefile-l

-- 
Matthew Sachs
[EMAIL PROTECTED]

Reply via email to