Re: Unable to delete a file owned by myself.
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com 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 ls -le@d -- Terry _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On Sep 29, 2009, at 11:42 AM, Frederick C.Lee wrote: $~/workarea/tmp:ls -l ... -rw-r--r--@ 1 Ric Ric 0 Jun 8 2004 Ric & Irina in Czech Rep..m4a ... 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Terry Lambert