Jeepmb Posted July 17, 2008 Share Posted July 17, 2008 Hey, following the guide HERE:http://forum.insanelymac.com/index.php?showtopic=100551&st=0&p=717143entry717143, I do all the directions up till it wants me to go into terminal. I type "sudo -s" and put in my password, then comes up the line "bash-3.2". I try to type in the directory next to it and press enter and "no such file or directory". Help Please Link to comment https://www.insanelymac.com/forum/topic/116147-terminal-no-such-file-or-directory/ Share on other sites More sharing options...
pmcnano Posted July 17, 2008 Share Posted July 17, 2008 type "ls" (its like DIR in msdos) to check the DIRs...maybe you arent on root so you'll have to type "cd .." several times. Also you can use TAB key to autocomplete a folder name Link to comment https://www.insanelymac.com/forum/topic/116147-terminal-no-such-file-or-directory/#findComment-822190 Share on other sites More sharing options...
Jeepmb Posted July 17, 2008 Author Share Posted July 17, 2008 Thanks, but what am i supposed to look for in the "LS". and how do i tell if i am on root? Link to comment https://www.insanelymac.com/forum/topic/116147-terminal-no-such-file-or-directory/#findComment-822207 Share on other sites More sharing options...
hecker Posted July 17, 2008 Share Posted July 17, 2008 Type cd / to switch back to root. I strongly recommend you learn your basic bash shell commands. Here's a list with bash articles you can browse through: http://www.l.google.com/search?hl=en&q...G=Google+Search This one seemed nice: http://www.hacktheday.com/beginners-guide-...erminal-part-1/ Good luck, hecker EDIT: You can tell which directory path you're in by entering the pwd command in the terminal. Link to comment https://www.insanelymac.com/forum/topic/116147-terminal-no-such-file-or-directory/#findComment-822407 Share on other sites More sharing options...
Recommended Posts