[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] One-Way list - raq4



-----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! :)