From dbf839ba8b99f8a70223329746e8dc78de4c8d1a Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 24 Oct 2015 23:55:52 +0200 Subject: [PATCH] Add Remove Protected Flag command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85d6d00..19da463 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,11 @@ defaults write com.apple.finder AppleShowAllFiles true defaults write com.apple.finder AppleShowAllFiles false ``` +### Remove Protected Flag +```bash +sudo chflags -R nouchg /path/to/file/or/folder +``` + #### Show Full Path in Finder Title ```bash defaults write com.apple.finder _FXShowPosixPathInTitle -bool true