[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: One-Way list - raq4
- Subject: [cobalt-users] RE: One-Way list - raq4
- From: "Linuxman" <linuxman@xxxxxxxxxxxxxxxx>
- Date: Wed Nov 6 11:52:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I tried the chmod 444 and 440, but it does not help. The restrictpost=
parameter gets automaticly reset to the current list name and the file
attributes get reset to -rw-rw----.
Any other ideas?
> From: BSmith@xxxxxxxxxxx
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: RE: [cobalt-users] One-Way list - raq4
> Date: Tue, 5 Nov 2002 14:18:07 -0500
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
>
>
>
> -----Original Message-----
> From: Linuxman
> Subject: Re: [cobalt-users] One-Way list - raq4
>
> I suppose I can chmod the file to prevent the system from modifying the
> file, but if I do, what should I change it to that will not interfere with
> normal operation of the list?
>
>
> ---------------------------
>
>
> try: chmod 444 <file.name>
>
> that sets it to:
> read user
> read group
> read world
>
> or maybe: chmod 440 <file.name>
> read user
> read group
> nothing world
>
>
> just remember 4 = read, 6 = read/write, 7 = read/write/execute
>
> Please around, have fun! :)