site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Thread-index: AccVUqaa5SgTF4FFEdunRQAWy6NyrA== Thread-topic: Deleting BSD Flags files User-agent: Microsoft-Entourage/11.2.5.060620 on 06/11/25 22:20, William Kucharski at kucharsk@mac.com wrote:
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>
The flags available on my system (10.4.8) seemed to be a little different. The following worked for me: chflags noschg,nouchg,nosappnd,nouappnd,noarch,noopaque,nodump <file> Also, those flag names must be separated as shown, with commas and no spaces. _______________________________________________ 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)
-
Jerry Krinock