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

Re: [cobalt-users] unilink



Hi

I have a deleted a _vti file on the site of my costumer but via SSH appears
below

cr-Srwsr-T   1 19522    21551     82,  66 Feb 11  1995 _vti_inf.html

rm _vti_inf.html

rm: cannot unlink `_vti_inf.html': Operation not permitted & rm -r too i
can´t

I dont understad the numbers of the group and site, my costumer it site67
and apears 21551!!

I can´t chown and chgrp too!

I looged as root

in /home/lost+found

it anything :-(

Any suggestion ??

mmm, it sounds as if some put an immutable bit on the file; issue a
/usr/bin/lsattr command and see if it shows the immutable bit - 'i' - on; if
it is turn it off, with /usr/bin/chattr.

T.C.