1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Mac】Finderでドットファイルを恒久的に表示させる方法

Last updated at Posted at 2022-10-27

ドットファイルを表示させる方法

Finderでドットファイルを表示させるには + + .を入力します。

CF728FAC-B23D-4529-AE71-532AA85ED3F6.png

+ + .を入力する。

F8588E55-E9D1-4243-B04C-4377CEDBE974.png

ただしFinderを再起動すると再度ドットファイルが表示されなくなります。

再起動後も表示させる方法

再起動後にもドットファイルを表示させるためには以下のコマンドを実行します。

ターミナル
defaults write com.apple.finder AppleShowAllFiles true

実行後にFinderを再起動します。

ターミナル
killall Finder

これでドットファイルがデフォルトで表示されるようになります。

設定を元に戻すには以下のコマンドを実行します。

ターミナル
defaults write com.apple.finder AppleShowAllFiles false
ターミナル
killall Finder
1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?