ターミナルで操作を行う
隠しファイル表示方法
defaults write com.apple.finder AppleShowAllFiles TRUE
隠しファイル非表示方法
defaults write com.apple.finder AppleShowAllFiles FALSE
上記実行後、最後に以下を実行する
killall Finder
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
ターミナルで操作を行う
隠しファイル表示方法
defaults write com.apple.finder AppleShowAllFiles TRUE
隠しファイル非表示方法
defaults write com.apple.finder AppleShowAllFiles FALSE
上記実行後、最後に以下を実行する
killall Finder
Register as a new user and use Qiita more conveniently
Go to list of users who liked