You are fighting with msec which runs every hour and resets the
permissions.  What is it you want to do?  My guess is that you
want a directory where all members of the 'users' group can
put stuff.  If this is the case:

mkdir -m 2770 /home/ubw/users
chown admin.users /home/ubw/users


> drwxrwsrwx  26 admin     users 4096 Aug  7 10:29 ubw/
>       ^ notice s not x

This is not the chattr command.  This is the directory sticky bit
which means all files and directories created under this directory
will have the same group ownership as this directory.  This is
what you want.


HTH,
Bill


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Harald T ZIPKO
> Sent: Sunday, August 08, 2004 5:22 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] folder looses read/write permissions after each
> reboot....
> 
> 
> >>  chmod 777 /home/ubw
> >>  result:
> >>  drwxrwsrwx  26 admin     users 4096 Aug  7 10:29 ubw/
> >         ^ notice s not x
> > 
> > I don't know what it means, it _may_ have something to do with the 
> > chattr command that was mentioned earlier on I think the expert list. 
>   ^^^^^^
> I never heard of this command before (like many others of course ;-) - 
> but: what does this mean for daily usage/work? I am still desperate 
> 'cause the folder permissions are still changing after a halt/reboot of 
> the box;
> maybe using >chmod 777 /folder< to change the permissions is not 
> "optimal" or clean (or whatever...) enough?
> Any workaround to change the folder permissions in a secure and stable 
> way?
> --
> 
>  (o>      Best regards
>  //\    Harald T ZIPKO
>  V_/_ 
> 
> please no html - mails
> --
> 
> 

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to