Re: Unable to delete a file owned by myself.
Re: Unable to delete a file owned by myself.
- Subject: Re: Unable to delete a file owned by myself.
- From: Terry Lambert <email@hidden>
- Date: Tue, 29 Sep 2009 14:00:29 -0700
On Sep 29, 2009, at 11:42 AM, Frederick C.Lee wrote:
Environment: Mac OS X 10.6.1
I'm trying to delete an empty .m4a file from my hard drive.
I'm the owner of the file.
$~/workarea/tmp:whoami
Ric
$~/workarea/tmp:ls -l
...
-rw-r--r--@ 1 Ric Ric 0 Jun 8 2004 Ric & Irina in Czech
Rep..m4a
...
ls -le@d
the file to see if it has an ACL on it preventing removal (it probably
does; I see an "@" on the end of the permissions string). If it does,
use chmod to remove the ACL, and then you will be able to remove the
file.
-- Terry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden