[NTLUG:Discuss] File Access

Bug Hunter bughuntr at one.ctelcom.net
Wed Jul 12 13:36:37 CDT 2000


 You can make user "nobody" the owner of the files, and put the file in
the group that all the users share.  then you can make the file readable
and writeable only to that group.

as root:

chown nobody filename
chgroup groupname filename
chmod o-rwx,g+rwx,u+rwx filename

bug

On Tue, 11 Jul 2000, kneece wrote:

> I have a question asked of me by a fellow student, and I am not really
> sure about the answer, so I would like to get a response from this
> group.
> 
> My friend wants to know, "If I make a group in Linux (RedHat 6.1), and I
> give the group access to the files one of the groupmember owns, how can
> I delete the owner of the files from the group, but let the group keep
> access to the files?"
> 
> I would assume (probably my first mistake) that you would make the group
> the owner of the files.  Am I on the right track or is there an easier
> way to do this?  Thanks, Dennis in Waco
> 
> 
> _______________________________________________
> http://ntlug.org/mailman/listinfo/discuss
> 





More information about the Discuss mailing list