Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.netspace.net.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.erols.net!newsfeed.internetmci.com!news.mathworks.com!solaris.cc.vt.edu!hp.fciencias.unam.mx!not-for-mail From: "Alberto de Poo" <adepoo@tamnet.com.mx> Newsgroups: comp.unix.bsd.freebsd.misc Subject: read and write but no delete how? Date: 30 May 1997 03:02:53 GMT Organization: =?ISO-8859-1?Q?Asesor=EDa_Empresarial?= Lines: 14 Message-ID: <01bc6c9e$02415580$2a0a30ce@beto.tamnet.com.mx> NNTP-Posting-Host: tampico70.tamnet.com.mx Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Internet News 4.70.1161 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:41842 I want to put in our server a directory where users can read and write files, so everybody else in the group can access this information. The only trouble is if I put chmod 777 to let everyone read and write, also they can delete the entire directory. Is there a way to limit programs to execute only in the user directory, or a way to make a directory writeable but can not overwrite or delete a file already there? Thanks in advance. Alberto