모든 숨겨진 파일 보이게 하기
$ defaults write com.apple.finder AppleShowAllFiles TRUE숨기기
$ defaults write com.apple.finder AppleShowAllFiles FALSE
특정한 파일/폴더만 보이게 하기
$ chflags nohidden ~/Library또는
$ SetFile -a V ~/Library
특정한 파일/폴더만 숨기기
$ chflags hidden ~/Library또는
$ SetFile -a v ~/Library
※ SetFile 은 Xcode 개발자 도구를 설치해야 사용할 수 있다.
댓글 없음:
댓글 쓰기