LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Richard Russell <richard@yellowgoanna.com>
  To  : Trevor <trevor@txc.net.au>
<linuxsa@linuxsa.org.au> Date: Mon, 28 Apr 2003 09:09:01 +0930

RE:

Hi Trevor,

check its attributes: `lsattr mirror`

check what sort of mount it is, and whether you have permission (if it's
NFS, you might be getting "squashed" as root -- you'll need to check the
server): `mount`

assuming it's a directory tree, try removing each file individually:
`find mirror -type f -exec rm {} \;`

HTH

rr

--
Richard Russell
Yellow Goanna P/L
m: +61 412 827 805
e: richard@yellowgoanna.com
w: http://www.yellowgoanna.com 
-----Original Message-----
From: Trevor [mailto:trevor@txc.net.au] 
Sent: Monday, 28 April 2003 8:42 AM
To: linuxsa@linuxsa.org.au
Subject: 


Hi A;;

was wondering if someone could give a few pointers on what the go is
here, trying to delete a file and it won't let me

root@protein cron.d]# rm -rf mirror
rm: cannot unlink `mirror': Operation not permitted

[root@protein cron.d]# ls -Flah
-rw-r--r--    1 root     root          209 Sep 27  2001 mirror

Cheers

Trevor

-- 
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.freenode.net
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page