After restore I can see etc, tmp and var.

I have a G5DP1.8 with 2 internal hard drives.
I cleaned one drive off, then used Apple Disk Utility's restore feature to copy the main drive to the freshly cleaned dive. After rebooting to the new drive, I can see the etc, var and tmp directories. They are no longer hidden. Theey also have a small upturned arrow in the lower left corner as if they are aliases.
How do I make them invisible to the system again?

Use the instructions in this article to hide the folders; steps 4 through 7 can also be done on your hard disk.
(12423)

Similar Messages

  • Aliases to etc, tmp, and var

    After using Disk Utility to restore my OS 10.4.11 installation to a different internal volume, I now have aliases for etc, tmp, and var visible in the Finder. Using Terminal command ls -a, I see these three aliases but nothing that seems to be symbolic links. Should I see three symbolic links also or instead? If so, does that mean I have aliases where I should have symbolic links? If so, should I simply delete these three aliases and create symbolic links for the corresponding directories? The system starts normally, so I suppose the aliases are doing the job of the missing links (no pun intended).

    Using Terminal command ls -a, I see these three aliases but nothing that seems to be symbolic links. Should I see three symbolic links also or instead? If so, does that mean I have aliases where I should have symbolic links? If so, should I simply delete these three aliases and create symbolic links for the corresponding directories? The system starts normally, so I suppose the aliases are doing the job of the missing links (no pun intended).
    They should be symlinks.
    ls -ld /etc /tmp /var
    lrwxr-xr-x 1 root admin 11 Apr 12 2008 /etc -> private/etc/
    lrwxr-xr-x 1 root admin 11 Apr 12 2008 /tmp -> private/tmp/
    lrwxr-xr-x 1 root admin 11 Apr 12 2008 /var -> private/var/
    Notice that the first letter of the permissions field is 'l' (lowercase L), which indicates this is a Unix symbolic link.
    And Alias on the other hand looks like this:
    ls -l alias
    -rw-rw-rw- 1 harris harris 0 Apr 24 22:16 ThisIsAnAlias

  • Etc,tmp, and var folder won't hide in Leopard

    Hi can someone help me hide the etc,tmp,and var folder in Leopard 10.5.4
    I have run the ls -alO / (in terminal)
    I get these results:
    total 41517
    drwxrwxr-t 34 root admin - 1224 Jul 5 11:34 .
    drwxrwxr-t 34 root admin - 1224 Jul 5 11:34 ..
    -rw-rw-r--@ 1 Robert admin hidden 15364 Jul 5 12:31 .DS_Store
    drwx------ 3 root admin - 102 Jun 4 09:32 .Spotlight-V100
    d-wx-wx-wt 2 root staff - 68 Jun 4 09:02 .Trashes
    -rw-r--r-- 1 root admin - 0 Jun 4 09:32 .com.apple.timemachine.supported
    drwx------ 19 root admin - 646 Jul 5 12:08 .fseventsd
    -rw-r--r-- 1 Robert admin - 166 Jul 5 12:26 .hidden
    -rw------- 1 root wheel hidden 131072 Jun 30 03:51 .hotfiles.btree
    drwxr-xr-x 2 root wheel - 68 Sep 24 2007 .vol
    drwxrwxr-x+ 104 root admin - 3536 Jul 5 11:26 Applications
    -rw-r--r--@ 1 root admin hidden 44544 Jul 3 17:05 Desktop DB
    -rw-r--r--@ 1 root admin hidden 2 Jun 4 21:23 Desktop DF
    drwxrwxr-x 3 root admin - 102 Jun 4 19:37 Developer
    drwxrwxr-t+ 58 root admin - 1972 Jun 30 00:20 Library
    drwxr-xr-x 2 root wheel - 68 Sep 23 2007 Network
    drwxr-xr-x 4 root wheel - 136 Jun 4 19:26 System
    drwxr-xr-x 5 root admin - 170 Jun 27 01:40 Users
    drwxrwxrwt@ 7 root admin hidden 238 Jul 5 12:09 Volumes
    drwxr-xr-x@ 40 root wheel hidden 1360 Jun 4 19:23 bin
    drwxrwxr-t@ 2 root admin hidden 68 Sep 23 2007 cores
    dr-xr-xr-x 2 root wheel - 512 Jul 5 12:08 dev
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 etc -> private/etc
    dr-xr-xr-x 2 root wheel - 1 Jul 5 12:08 home
    -rw-r--r--@ 1 root wheel hidden 10293308 Jun 9 19:37 mach_kernel
    -rw-r--r--@ 1 root wheel hidden 10742313 Jun 9 19:37 mach_kernel.ctfsys
    dr-xr-xr-x 2 root wheel - 1 Jul 5 12:08 net
    drwxr-xr-x@ 7 root wheel hidden 238 Jun 7 19:43 private
    drwxr-xr-x@ 66 root wheel hidden 2244 Jun 4 19:23 sbin
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 tmp -> private/tmp
    drwxr-xr-x@ 11 root wheel hidden 374 Jun 30 00:16 usr
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 var -> private/var
    As you can see...
    private/var
    private/tmp
    private/etc
    do not have the hidden flag. I have tried to run this command with no luck on all 3:
    sudo chflags hidden /private/var
    sudo chflags hidden /private/tmp
    sudo chflags hidden /private/etc
    No luck. I put in my password and restart the finder/cpu and these folders still remain visible. Anyone have any suggestions?

    *Hi Tim. Looks like I do have the developer tools but for some reason maybe not that one tool. So I downloaded your file (thank you so much for allowing me to download it and for uploading it) and put it on my desktop as you suggested. Still no luck. The files still appear eventhough the commands went through.*
    *See below (my terminal window afterwards)*
    roberts-imac:~ Robert$ sudo ~/Desktop/SetFile -a V /private/tmp
    roberts-imac:~ Robert$ sudo ~/Desktop/SetFile -a V /private/etc
    roberts-imac:~ Robert$ sudo ~/Desktop/SetFile -a V /private/var
    roberts-imac:~ Robert$ ls -alO /
    total 41517
    drwxrwxr-t 34 root admin - 1224 Jul 5 11:34 .
    drwxrwxr-t 34 root admin - 1224 Jul 5 11:34 ..
    -rw-rw-r--@ 1 Robert admin hidden 15364 Jul 5 18:43 .DS_Store
    drwx------ 3 root admin - 102 Jun 4 09:32 .Spotlight-V100
    d-wx-wx-wt 2 root staff - 68 Jun 4 09:02 .Trashes
    -rw-r--r-- 1 root admin - 0 Jun 4 09:32 .com.apple.timemachine.supported
    drwx------ 25 root admin - 850 Jul 5 15:22 .fseventsd
    -rw-r--r-- 1 Robert admin - 166 Jul 5 12:26 .hidden
    -rw------- 1 root wheel hidden 131072 Jun 30 03:51 .hotfiles.btree
    drwxr-xr-x 2 root wheel - 68 Sep 24 2007 .vol
    drwxrwxr-x+ 105 root admin - 3570 Jul 5 15:21 Applications
    -rw-r--r--@ 1 root admin hidden 44544 Jul 3 17:05 Desktop DB
    -rw-r--r--@ 1 root admin hidden 2 Jun 4 21:23 Desktop DF
    drwxrwxr-x 3 root admin - 102 Jun 4 19:37 Developer
    drwxrwxr-t+ 58 root admin - 1972 Jun 30 00:20 Library
    drwxr-xr-x 2 root wheel - 68 Sep 23 2007 Network
    drwxr-xr-x 4 root wheel - 136 Jun 4 19:26 System
    drwxr-xr-x 5 root admin - 170 Jun 27 01:40 Users
    drwxrwxrwt@7 root admin hidden 238 Jul 5 15:23 Volumes
    drwxr-xr-x@ 40 root wheel hidden 1360 Jun 4 19:23 bin
    drwxrwxr-t@ 2 root admin hidden 68 Sep 23 2007 cores
    dr-xr-xr-x 2 root wheel - 512 Jul 5 14:51 dev
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 etc -> private/etc
    dr-xr-xr-x 2 root wheel - 1 Jul 5 14:52 home
    -rw-r--r--@ 1 root wheel hidden 10293308 Jun 9 19:37 mach_kernel
    -rw-r--r--@ 1 root wheel hidden 10742313 Jun 9 19:37 mach_kernel.ctfsys
    dr-xr-xr-x 2 root wheel - 1 Jul 5 14:52 net
    drwxr-xr-x@ 7 root wheel hidden 238 Jun 7 19:43 private
    drwxr-xr-x@ 66 root wheel hidden 2244 Jun 4 19:23 sbin
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 tmp -> private/tmp
    drwxr-xr-x@ 11 root wheel hidden 374 Jun 30 00:16 usr
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 var -> private/var
    *For some reason the entries below do not change:*
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 etc -> private/etc
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 tmp -> private/tmp
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 var -> private/var
    *I've noticed that the folders that are hidden start with an "l" and the others start with a "d". (example below)*
    lrwxr-xr-x 1 root admin - 11 Jun 4 09:04 var -> private/var (example 1)
    drwxr-xr-x@ 11 root wheel hidden 374 Jun 30 00:16 usr (example 2)
    *Any other guesses??? Appreciate your help on this.*
    Does that have something to do with it?

  • How to make etc,  tmp, and var invisible

    I have the issue described here:
    http://support.apple.com/kb/TS1979
    The only hitch is, it is OS 10.5.8, not OS 10.4. Using Terminal, I get an error:
    "cd: OSInstall.mpkg: Not a directory"
    Well, yeah! That's true. OSInstall.mpkg is not really a directory. How do I navigate to the Contents inside this package?

    It is not that all files that should be hidden are made visible, so the Terminal command suggested by macjack is not the way to go. Only the three directories I mentioned have the issue. I can also use OnyX to show or hide files that should be hidden, but that won't work for these either. They have lost their hidden quality while other hidden files (mach, sbin, usr, for example) are perfectly hidden.
    It seems none of you have ever encountered this issue. Maybe you have never done a restore using Disk Utility. I do lots of restores since OS 10.4 doesn't have Time Machine, and restore is the poor man's substitute. I solved this issue a couple of years ago in OS 10.4 by following the steps in the Apple article I mentioned. Those steps do not work with OS 10.5, so that's why I posted this question.
    In fact, I found a method here:
    http://pinkmutant.com/articles/toovisible.html
    The article was written before OS 10.5, but the method works. I hate to add an extra file to my system however small, but it seems that's the best method I can find to solve this fault in the Disk Utility restore process until Apple either gives us a Terminal command that does for OS 10.5 what the previous article offered for OS 10.4 or they fix Disk Utility so it doesn't make this problem in the first place.

  • After i install window 8.1, i can't see window icon in my start up disk, i see only mac icon 10.10, but i can see both mac and win icon in my window boot camp control. i want to see window icon in my mac Yosemite 10.10.2,system preference, start up disk

    After i install window 8.1, i can't see window icon in my start up disk, i see only mac icon 10.10, but i can see both mac and win icon in my window boot camp control. i want to see window icon in my mac Yosemite 10.10.2,system preference, start up disk.

    Third-party NTFS software interferes with the Apple NTFS drivers, which control whether you can see the Bootcamp partition in the Startup Disk option. As a test, can you uninstall all third-party NTFS software and check System Preferences -> Startup Disk?

  • Ipod restore failed  can see on the screen is the cable connection symbom and the ipod does not appear in the LH panel of itunes is there an easy solution to this

    ipod restore failed  can see on the screen is the cable connection symbom and the ipod does not appear in the LH panel of itunes is there an easy solution to this

    To get iTunes to see your iPod try:
    - Placing the iPod in recovery mode.  See:
    iPhone and iPod touch: Unable to update or restore
    - Placing it in recovery DFU mode:
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - Sometimes this program will get th iPod in recovery mode:
    RecBoot iPod-1.0.2-Mac-Jaxov.zip - File Shared from Box.net - Free Online File Storage

  • After upgrading, I can see the icloud choice in settings but it is pale gray and I am unable to select it.

    After upgrading, I can see the icloud choice in settings but it is pale gray and I am unable to select it.

    I have the same problem. In your mail settings are the "Accounts" options also faded? My twitter option is also faded as well and I have no idea whats going on (iPhone 4). I seemed to have set up iCloud through some of my apps but I can't manage them at all in settings. My mail is also working fine but I can't log off of any of them.

  • Hello, I have an iPod touch and it don't has light or brightness. I can see the icons and use it but can get it work properly. I went to settings and the brightness is adjusted tu full level. Any idea?

    Hello, I have an iPod touch and it don't has light or brightness. I can see the icons and use it but can get it work properly. I went to settings and the brightness is adjusted tu full level. Any idea?

    Try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.

  • When I connect via face time with my friend's ipad or iphone we can see each other and I can hear them but they can't hear me.  HELP!

    When I connect from my mac via facetime with my friend's iphone or ipad we can see each other and I can hear them but they can't hear me.  The mute is not applied, and the microphone seems to work with other applications.  Help!

    I have same issue in my MB Air with Snow Leopard.   It used to work fine but one day I found that the mic mute was locked on.   I went to System and ensured mic was working by seeing the bars move.   I went to Facetime > Video drop down and it is all greyed out so not active and the mic symbol in Facetime pane has a line through it (muted) and is dead.    I have tried everythinng to UNmute the mic.   Two way video is fine and I can hear the other party perfectly.    Seems like this happened about the time of a Snow Leopard update but may be wrong.    Issue is several months old and, well, getting old!    I love Facetime with my grandkids etc. who all use Apple stuff.    There HAS to be a way to reactivate the mic in my MB Air.    Could someone please help??

  • Please help me to unlock the iPhone after restore ,where required me Apple ID and I forgot

    Please help me to unlock the iPhone after restore ,where required me Apple ID and I forgot
    it is locked by icloud

    Answered here:
    https://discussions.apple.com/thread/6045913?tstart=0
    Don't double post. You may not like the answer, but the answer will not change, no matter how many times you post.
    No one here can help you.

  • While i insalling the latestest update, i have to go for basketball, then i stupidly interruped the udpating by turn off the power key, now my apple mini cant see the login interface, only can see an apple and a loading symbol.does any1 know how could ido

    hello every one:
            while i am downloading the latest version of the update, it was fully downloaded, and then it need me to reboot the apple mini to instll the update, so
    i did reboot it, then i have to go outside for a basketball game, then, i stupdlly interrupted the installation by turn off the power key.
           and now, i only can see an apple and a loading symbol in a white background. how could i do?
    does anyone can help me. thx.
    gangspn

    Hello Barney:
            thank you for your reply, this helped a lot. but I faced a new problem, when i get into the interface, you mentioned, recovery HK, and i want to reinstall lion, after i get connect to the internet, it saids, i can't download the OS component without install the lion. thats really bothering me.
    thank you for your help anyways.  do you still know any other solutions?
    i tried disk utility function, and repaire all the errors, still can't get into the login interface.
    gangspn

  • I have a new iPad with wifi. When I send messages I can see my sons and my husbands but not my phone number.  We all have an iPad and all use the same apple ID as iPad the bill.  How can I remove their numbers and add mine?

    I have a new iPad with wifi. When I send messages I can see my sons and my husbands but not my phone number.  We all have an iPad and all use the same apple ID as iPad the bill.  How can I remove their numbers and add mine?

    Add another e-mail account to your messages, so people could reach you on that e-mail from messages. As soon as you are online (if you have wifi only iPad) you are able to send and receive messages. i.e. your son can send you a messages from his iPhone addressing it to your (that additional) e-mail address.

  • TS1368 i cannot connect to the store - nor will it allow me to sign in on this computer.  I can see my library and the items on my ipod.

    I cannot connect to the itunes store - I have internet connection but the site won't allow me to sign in and keeps trying to connect to store but never links in.  I tried downloading the program again but still had the error.  I can see my library and I can see the items on my ipod.  What else should i try?

    Wait, there are massive server problems right now.

  • I have an 11" Macbook Air. When I use Garageband it opens in a window so large that the bottom corner is not accessible so I can't decrease the window so that I can see the top and bottom of the window at the same time. Any suggestions?

    When I use Garageband the window is so large that I can't reach the bottom corner to decrease the window to fit inside the display so that I can see the top and bottom of the window at the same time.
    Any suggestions?

    You can reduce the window by grabbing any edge or corner.   You don't have to use the bottom right anymore.
    You could also temporarily move the dock to the left/right so you can reach the bottom.

  • HT4356 I can see my printer and iPad on router but iPad cannot connect to printer. Printer is on list of air printer models accepted. Help!

    I can see my printer and iPad on router but iPad cannot connect to printer. Printer is on list of air printer models accepted. Help!

    You may have to visit the printer manufacturer's web site and look into their support pages to get a print driver for your Mac, and install it. Or see if you can see if a driver may already be in your Mac by checking settings, since there are many drivers already installed in Mac OS X.
    Good luck & happy computing!

Maybe you are looking for

  • SAP_CMINIT3 : rc=20 Connect to SAP gateway failed when connecting SAP CR

    Dear SAP Gurus, I have the follwowing issue when I try to access SAP Crystal Reports 2011 on my desktop. I can access the SAP ERP 6.0 back-end system without problem, but when I try to connect to SAP Crystal Reports, as soon as I enter my login detai

  • Set Maximum Rows Per Page not working

    I want to display 50 rows per page and I tried the below but still I can see the default 15 rows per page. Home>Application Builder>Application 301>Page 51>Interactive Report Attributes>Search Bar>Maximum Rows Per Page Set to = 50 Home>Application Bu

  • Import data from Excel to MS-SQL 2008?

    I'm taking data from excel, exporting it to a csv file. Importing it forst to Access so I can see if it fails and then using the SQL Server Import Export Wizard to pull it in. It keeps failing and there's very little information on the internet that

  • Sun Application Server Platform Edition 8.2 JMS Ordering Issue

    Hi - I have an issue where messages I have put on a JMS queue are appearing in my MDB in the wrong order. I am creating a session, and using that session to send 2 messages to the same queue (first msg A, then msg B). Usually A appears in the MDB onM

  • To stop server eventing in case of javascript error

    Hi, I have another simple query: I have written few javascript validations like: var data = this.value; if ( isAlpha(data) != true ) a_lert("Name should not contain numbers"); document.getElementById("firstname").style.color = "red"; document.getElem