mac 上突然出現(xiàn)這個問題
問題圖片
原因是因為 .文件開頭的是系統(tǒng)的隱藏文件,如果要手動使用.開頭的文件需要打開隱藏文件顯示
顯示:defaults write com.apple.finder AppleShowAllFiles -bool true
隱藏:defaults write com.apple.finder AppleShowAllFiles -bool false
mac 上突然出現(xiàn)這個問題
原因是因為 .文件開頭的是系統(tǒng)的隱藏文件,如果要手動使用.開頭的文件需要打開隱藏文件顯示
顯示:defaults write com.apple.finder AppleShowAllFiles -bool true
隱藏:defaults write com.apple.finder AppleShowAllFiles -bool false