LoginSignup
9
8

More than 5 years have passed since last update.

MACで隠しファイルを表示する方法

Posted at

手順

1. ターミナルを起動して以下のコマンドを実行

$ defaults write com.apple.finder AppleShowAllFiles TRUE

2. Finderを再起動

以下のコマンドでFinderを再起動させる。

$ killall Finder

以上。

もとに戻す方法

上記のTRUEの部分をFALSEにすればOK。

$ defaults write com.apple.finder AppleShowAllFiles FALSE
9
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
8