페이지

2012년 1월 12일 목요일

Mac 파인더 파일 숨기기/보이기

터미널에서 실행한다.

모든 숨겨진 파일 보이게 하기
$ 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 개발자 도구를 설치해야 사용할 수 있다.

댓글 없음:

댓글 쓰기