RSSAmplifier

galvanist · Aug 12, 2014

Strip Time Machine ACLs

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

To strip ACLs from all files in the current working directory, run this: 
 chmod -R -N .
 You might want to do this kind of thing if you’ve restored files from a Time Machine backup by hand, preserving permissions. By default Time Machine backup files have this ACL for everyone: 
 deny write,delete,append,writeattr,writeextattr,chown
 Don’t change your Time Machine…

Read on /posts/2014-08-12-strip-time-machine-acls/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.