How do you view hidden files on a finder? Try the following on a command terminal.
To show all hidden files:
> defaults write com.apple.finder AppleShowAllFiles YES
> killall Finder
To undo and hide hidden files on finder:
> defaults write com.apple.finder AppleShowAllFiles NO
> killall Finder
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment