|
#1
| |||
| |||
| Getting hand-created directories to show up in Finder I'm running Leopard on a MacBook Pro. I'm relatively new to the Mac, but I came from the Unix world, and I'm very much at home in the Terminal. Therefore, I often am creating directories by hand there, using mkdir. This works fine, but then, many of these directories don't show up in the Finder. For example, I have created a number of trees under /usr/local, but I can't seem to find them in the Finder. I have tried all sorts of things with file ownerships and permissions (chown and chmod), but none of my attempts have succeeded at making my directories Finder-visible. Clearly, there's some MacOSX-ish stuff going on here that I don't understand. Could someone point me to some docs that will tell me how to make my directories show up in the Finder once I create them in the Terminal with mkdir? Thanks in advance. . |
|
#2
| ||||
| ||||
| Those directories are hidden in the Finder. In order to see them, you have to select to Go to Folder from the Go menu and put in the path of the directory in the root of the drive like /etc or /usr. This is done to prevent regular users to delete these files in the event that they think they don't need them. You could also create aliases either on your desktop or in the sidebar to these directories so that you don't have to go to that menu option all the time.
__________________ • Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11 • Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1 • Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1 • "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1 • "Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04 |
|
#3
| |||
| |||
| Quote:
. |
|
#4
| ||||
| ||||
| As /etc /usr and /var contain a lot of things that are better kept there and untouched, it would be better to just cp or mv those folders to ~/. |
|
#5
| |||
| |||
| Quote:
Based on the fact that nixgeek used the word "hidden" in his message to me, I searched via Google using "unhiding files" and "macosx", and I just now learned out how to make /etc, /usr, /var, and anything else I desire visible in the Finder. I won't post the answer here, because it seems like the general Mac-world consensus is to not give people too many ways to potentially shoot themselves in the foot unless they really need it. However, anyone who wants to know how to do this can perform the same Google search. ... or you can send me a private message. Thanks again to all. . |