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

Re: [cobalt-users] Syslogd in Sbin shows system file and with 0 bytes ?



On Wednesday 26 December 2001 01:10 am, you wrote:
> Dear Stuart,
>
> I tried that and its not working , After that only I found this
>
> > -r-sr-xr-x 1 root root 0 Dec 2 01:41 syslogd
>
> Which is not correct . Any Solutions How can I remove this file ?
>
Sounds like the i bit is set (you been hacked???)
try lsattr
if the i bit is set 
chattr -i filename to remove the i bit

Then you can delete it.

Gerald