RE: can't delete file even after "chmod 777" & "rm -f"

2005-03-12 Thread Gary Stanny
Hi again list and thanks for the instant answer. The winner was John Pettitt. He correctly pointed me to the sticky bit set on the /tmp & /ramdisk directories. Danie Du Toit did provide correct information except that the problem files weren't in the users home directories. Thanks a bunch guys

Re: can't delete file even after "chmod 777" & "rm -f"

2005-03-12 Thread Danie Du Toit
The attributes for the /home/robot and /home/mlbot by default set to 755. To have a users in the same group delete files from these directories, you need to set the directory attributes to 775. On Sat, 12 Mar 2005 16:47:03 -0500, Gary Stanny <[EMAIL PROTECTED]> wrote: > > Howdy - > > I'm having