Repost: Cannot remove directory `xpti.dat': Operation not permitted
Erik van Roode
linuxppc at cthulhu.demon.nl
Sat Feb 17 03:53:43 EST 2001
At 11:04 AM 2/16/01 +0100, Mats Soderstrom wrote:
>Original message:
>
> >
> > > I was left with this unremoveable directory that supposed to be a
> file after I
> > > had to do a volume repair:
> > >
> > > [root at a22 /]# cd /usr/lib/mozilla/components
> > > [root at a22 components]# ls -l
> > > total 2
> > > dr-s--s-wt 2 14409 25193 2048 Apr 19 2032 xpti.dat
> > > [root at a22 components]# rm -rf *
> > > rm: cannot remove directory `xpti.dat': Operation not permitted
> > > [root at a22 components]#
> > >
> > > How do I remove this file?
The permissions on the xpti.dat directory are irrelevent. It is the permissions
of the directory in which xpti.dat is located that determine whether you are
allowed to delete it. Make sure the permissions of the enclosing directory
include
w permissions. Then ofcourse, with the current permissions of xpti.dat, you are
not allowed to remove anything in it. Use chmod to add w permissions.
Erik
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list