Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

alam

macrumors regular
Original poster
Mar 16, 2008
205
0
Saudi Arabia
hello
my macintosh has shown a folder from no where on my mac "usr", it wasn't there before.... weird, i think it's a system folder! how to hide this folder??
tnxs for reading the message.
 
When you go inside the folder, using Finder, what do you see? If this is indeed a genuine system folder, then running the following commands in Terminal.app should hide it (but it's surprising that it has turned up all of a sudden) --

Code:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

It's just a guess, but have you recently installed anything from a .tgz/.zip file, or maybe compiled some source code?
 
When you go inside the folder, using Finder, what do you see? If this is indeed a genuine system folder, then running the following commands in Terminal.app should hide it (but it's surprising that it has turned up all of a sudden) --

Code:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

It's just a guess, but have you recently installed anything from a .tgz/.zip file, or maybe compiled some source code?

actually i've installed few programs i need after i had restored my imac, so maybe your right, tnx any way, i've tried you're way.... but it didn't work, but i found a web tells me another:-

http://www.pinkmutant.com/articles/toovisible.html

it's better i guess
tnx :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.