Subject: Re: immutable and append only
To: Tim Newsham <newsham@uhunix.uhcc.Hawaii.Edu>
From: Darren Reed <darrenr@vitruvius.arbld.unimelb.edu.au>
List: current-users
Date: 10/19/1994 10:47:37
In some email I received from Tim Newsham, they wrote:
> 
> 
> I know that I can set the immutable and append only flags
> with the chflags() call, but are there any utilities that
> allow me to alter these flags from the shell?  Has support
> been added to chmod?  I didnt see any man pages talking about
> these features either.

I think you're after chflags (not chmod) and ls.

ftp.cs.orst.edu:/software/op_sys/4.4-Lite/4.4BSD-Lite/usr/src/usr.bin/chflags
ftp.cs.orst.edu:/software/op_sys/4.4-Lite/4.4BSD-Lite/usr/src/bin/ls

as mentioned by Jason Downs before...you might also find a chflags(2) man
page there ?

darren