주요 콘텐츠로 건너뛰기

Unibody가 아닌 Core Duo & Core 2 Duo 프로세서

375 질문 전체 보기

Hidden files are visible on hard drive

Got in a 17" 2.16 MBP. stock 120 GB hard drive. The hidden files (invisible files) are all showing when I open the hard drive. Booted from a 10.6 disk, ran Disk Utilities with no hard drive problems and repaired permissions. Updated software to 10.6.3. I've forgotten how to turn the visibility of the hidden files on and off. Anyone remember how? Thanks

답변되었습니다! 답변 보기 저도 같은 문제를 겪고 있습니다

좋은 질문 입니까?

점수 2
댓글 달기

답변 4개

선택된 답변

Close rab but no cigar. It was actually this:

defaults write com.apple.finder AppleShowAllFiles FALSE

killall Finder

해당 답변은 도움이 되었습니까?

점수 1
댓글 달기
가장 유용한 답변

I would say use a program like Onyx or Tinkertool. You can find Onyx here and Tinkertool here. Personally, I like both of these.

해당 답변은 도움이 되었습니까?

점수 2

댓글 1개:

handy, thanks +

댓글 달기

Just a clarification to what rab777hp said in the 4th (currently last) comment following his/her response above -- it wouldn't be the bash shell that interprets the "FALSE" / "NO" argument, but the 'defaults' command.

Bash doesn't interpret arguments passed to commands (although it does process them quite extensively, in the course of providing filename globbing, variable substitution, and all of the other shell features it's responsible for), once it's done its processing the resulting argument strings are simply handed off to the command being executed.

It certainly makes a lot of sense that the 'defaults' command considers "FALSE" and "NO" to be equivalent. (Probably "OFF", at least, would also be permissible.) But the responsibility for determining the meaning of those strings rests squarely upon the command's argument-processing code, and thus may vary somewhat based on how different commands are implemented.

해당 답변은 도움이 되었습니까?

점수 1

댓글 2개:

thanks for the clarification +

Yeah sorry for the mixup, thanks for the clarification as well. I've never tried ON and OFF, but I've always used TRUE and YES and FALSE and NO interchangeably, as they are.

댓글 달기

$ defaults write com.apple.Finder AppleShowAllFiles NO

해당 답변은 도움이 되었습니까?

점수 0

댓글 3개:

Thanks for the try anyway

Thanks for the vote- but that command actually works, I in fact just retested it now on my system after reading your comment, I'm running 10.6.3, you sure you typed it in right?

Just tested out your's as well, works fine, from what I know- FALSE and NO are the same the way TRUE and YES are as well. I believe in the bash shell it is the exact same command, and since you're just activating or deactivating (binary possibilities), leaves no room for in between, either works or doesn't work.

댓글 달기

귀하의 답변을 추가하세요

mayer 님은 대단히 고마워 할 것입니다.
조회 통계:

24 시간 전: 0

7일 전: 12

30일 전: 20

전체 시간: 1,602