Terminal Quirk in 10.2

Posted:
in macOS edited January 2014
Does anyone know why .. dosent work for moving to the parent dir. anymore? i have to use cd .. to do it now, heres what the terminal tells me:

[code] Last login: Sun Aug 25 22:16:58 on console

Welcome to Darwin!

[David-Legatts-Computer:~] thunderp% ..

/usr/bin/..: Permission denied.

[David-Legatts-Computer:~] thunderp%

</pre><hr></blockquote>

Comments

  • Reply 1 of 4
    kaboomkaboom Posts: 286member
  • Reply 2 of 4
    ok, ran into a problem w/ that, the directory /usr/share/init/tcsh/ dosent exist on my machine and what do i name the file w/ the aliases in it?
  • Reply 3 of 4
    eugeneeugene Posts: 8,254member
    The thread in the Ars forums tells you exactly what you need to do.



    Insert the following line into /etc/csh.cshrc:

    source /usr/share/tcsh/examples/rc



    Insert the following line into /etc/csh.login:

    source /usr/share/tcsh/examples/login



    Insert the following line into /etc/csh.logout:

    source /usr/share/tcsh/examples/logout



    This will bring back full pre-10.2 tcsh defaults back to OS X. You don't need to mess with anything elss like the aliases file because those are referenced within the files sourced above.
  • Reply 4 of 4
    thanks a lot, eugene!!



    i´ve been looking for this as well...
Sign In or Register to comment.