3
3

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 5 years have passed since last update.

MacOSXで非表示になっている「ライブラリ」フォルダを表示させる方法

Last updated at Posted at 2014-03-19

Lion(10.7)以降のMacOSXでは、ユーザのホームフォルダ下にある「ライブラリ」フォルダはデフォルトで非表示となっている。
フォルダの表示・非表示を変更したい場合、ターミナルから下記のコマンドを実行すれば良い。

1. 「ライブラリ」フォルダを表示したい場合

chflags nohidden ~/Library

2. 「ライブラリ」フォルダを非表示にしたい場合

chflags hidden ~/Library

3
3
1

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?