[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] One-Way list - raq4
- Subject: RE: [cobalt-users] One-Way list - raq4
- From: BSmith@xxxxxxxxxxx
- Date: Tue Nov 5 11:18:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----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! :)