[ilugd] unable to remove file

2003-12-04 Thread tanmaya Anand
Hi all, I am getting the following message while removing a file: [EMAIL PROTECTED] abx]# rm /etc/init.d/network rm: remove write-protected file `/etc/init.d/network'? y rm: cannot unlink `/etc/init.d/network': Operation not permitted I am logged in as root, still not able to remove file. any

Re: [ilugd] unable to remove file

2003-12-04 Thread rama seshagiri
check the ownership. -- seshagiri tanmaya Anand [EMAIL PROTECTED] wrote: Hi all, I am getting the following message while removing a file: [EMAIL PROTECTED] abx]# rm /etc/init.d/network rm: remove write-protected file `/etc/init.d/network'? y rm: cannot unlink `/etc/init.d/network':

Re: [ilugd] unable to remove file

2003-12-04 Thread Ritesh Agrawal
check immutable bit set on file and link ... # lsattr man lsattr --ritesh - Original Message - From: rama seshagiri [EMAIL PROTECTED] To: The Linux-Delhi mailing list [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 2:21 AM Subject: Re: [ilugd] unable to remove file check

Re: [ilugd] unable to remove file[solved]

2003-12-04 Thread tanmaya Anand
Hi, Thanks it worked. The immutable bit was set. Tanmay - Original Message - From: Ritesh Agrawal [EMAIL PROTECTED] Date: Thu, 4 Dec 2003 01:30:12 -0800 To: The Linux-Delhi mailing list [EMAIL PROTECTED] Subject: Re: [ilugd] unable to remove file check immutable bit set on file