[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 ?
- Subject: Re: [cobalt-users] Syslogd in Sbin shows system file and with 0 bytes ?
- From: Gerald Waugh <gerald@xxxxxxxxx>
- Date: Tue Dec 25 23:23:02 2001
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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