MacのOS X LionのFinderで隠しファイルを表示するコマンド
MacのOS X LionのFinderで隠しファイルを表示するコマンド
MacのOS X LionのFinderで隠しファイルを表示するコマンド
■メーカー
Apple
■機種
MacBook Air
■OS
OS X Lion
■アプリ
Finder
■使用アプリ
ターミナル
■コマンド
defaults
■作業
MacのOS X LionのFinderで隠しファイルを表示する
■MacのOS X LionのFinderで隠しファイルを表示するコマンド
「ターミナル」で下記コマンドを実行
defaults write com.apple.finder AppleShowAllFiles -bool YES
「Finder」を再起動
killall Finder
隠しファイルを非表示に戻す場合
defaults write com.apple.finder AppleShowAllFiles -bool NO
「Finder」を再起動
killall Finder