[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] hacked RAQ



On Tue, 27 Feb 2001, Jim Hagani wrote:

> There is one directory that gives root "permission denied".
> Any ideas what command to use to give root the ownership of this directory.
> I just want to see what they have left behind.

Remember, even root needs execute permission to read a directory...

chmod +x dirname
also, if that seems funky, lsattr dirname

also the directory that directory is in may have strange attributes...

Looks like you still have things hiding....

(I did warn you ;)

gsh