Mac 顯示隱藏檔案快捷鍵

電腦內總有些隱藏檔案是不可更動的,例如:

 .bash設定檔或.git檔案夾

 /bin、/etc、/private…這些預設都是隱藏,

在遇到程式問題時是會需要找到這些檔案來解決問題。

最快的方式是在 Finder 使用快捷鍵 “command + shift + . (點) “,來顯示隱藏檔案。

或是在 Terminal 輸入指令:

defaults write com.apple.finder AppleShowAllFiles -bool true (顯示)

defaults write com.apple.finder AppleShowAllFiles -bool false (隱藏)

記得重新啟動 Finder 讓指令生效!

您可能也會喜歡…

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *