solved ( was: can not remove file)

2002-02-07 Thread Erez Doron
thanks all for replying the file was immutable changed by chattr -i filename then removed thanks erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo

Re: can not remove file

2002-02-07 Thread Ely Levy
try fscking the disk after loading the linux from book disk Ely Levy System group Hebrew University Jerusalem Israel On 7 Feb 2002, Erez Doron wrote: > hi > > i have a file i can't remove, on a ext2 fs > > i can not even chmod it > > i remember there is a way to make a file readonly in th

Re: can not remove file

2002-02-07 Thread Max Kovgan
maybe it's in use: try: lsof maybe it's immutable: lsattr, chattr bye -=O0~O0=- "He took his vorpal sword in hand: Long time the manxome foe he sought - So rested he by the Tumtum tree. And stood awhile in thought." [L.Carrol

Re: can not remove file

2002-02-07 Thread Nadav Har'El
On Thu, Feb 07, 2002, Erez Doron wrote about "can not remove file": > i have a file i can't remove, on a ext2 fs > > i can not even chmod it > > i remember there is a way to make a file readonly in the ext2 level > ( i.e. not by chmod ) man chattr (but I can

Re: can not remove file

2002-02-07 Thread Malcolm Kavalsky
chattr Erez Doron wrote: >hi > >i have a file i can't remove, on a ext2 fs > >i can not even chmod it > >i remember there is a way to make a file readonly in the ext2 level >( i.e. not by chmod ) > >anyone ? > >regards >erez. > > >=

can not remove file

2002-02-07 Thread Erez Doron
hi i have a file i can't remove, on a ext2 fs i can not even chmod it i remember there is a way to make a file readonly in the ext2 level ( i.e. not by chmod ) anyone ? regards erez. = To unsubscribe, send mail to [EMAIL PROTEC