Showing posts with label Hidden File. Show all posts
Showing posts with label Hidden File. Show all posts

Tuesday, October 27, 2009

HOW TO SHOW HIDDEN FILES IN MAC

0 comments
HOW TO SHOW HIDDEN FILES IN MAC
 




Click on Terminal under Applications:Utilities.

Enter the following commands in the terminal window. (Press enter after each line).

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

After this your Finder will restart and you will be able to see hidden files!




Saturday, October 24, 2009

HIDE HIDDEN FILES IN MAC

0 comments
HIDE HIDDEN FILES IN MAC

Open a new Terminal window under Applications:Utilities.

Enter the following commands in the terminal window. (Press enter after each line).

defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder









Your Finder will restart and you will NOT be able to see hidden files!