[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] unilink
- Subject: Re: [cobalt-users] unilink
- From: "tchong" <tchong@xxxxxxxxx>
- Date: Wed Nov 27 12:25:03 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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.