January 21, 201313 yr I've searched the forums and found the commands and scripts to remove these files created by Mac but even logged on as root, I get Permission Denied. How do I fix this? What ls command option can I use to even see these files?
January 22, 201313 yr This will remove all .Appledouble files: find / -name ".AppleDouble" -depth -exec rm -Rf {} \;
January 22, 201313 yr Author This will remove all .Appledouble files: find / -name ".AppleDouble" -depth -exec rm -Rf {} \; This is the exact command I'm using but I'm getting "Permission Denied" on all of the files. Logged on as root when I'm executing this.
Archived
This topic is now archived and is closed to further replies.