Add Remove Protected Flag command

This commit is contained in:
Marcel Bischoff 2015-10-24 23:55:52 +02:00
parent 16050e8078
commit dbf839ba8b

View File

@ -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