Operating System/MacOS

[MacOS] Finder에서 숨김 파일 표시

do9dark 2018. 6. 30. 21:00

- 숨김 파일("."으로 시작하는 파일) 표시

$ defaults write com.apple.finder AppleShowAllFiles -bool true

숨김 파일을 표시하지 않을 경우에는 true 값을 false로 변경

$ killall Finder