site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com You have to boot into single-user mode to remove the sappnd or schg flags. To remove the file you have to boot single-user, remove the applied flags, then remove the files. The system won't allow you to remove the files until you unset the flags. If you don't feel like finding out which flags are set ("ls -lo"), then this should work from single user-mode: chflags noschg nosappnd nosunlnk <file>; rm -f <file> William Kucharski kucharsk@mac.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
William Kucharski