What Kind of Reality Check Do I Need Quiz
Q&A for How to Get to the Command Line on a Mac
Coming soon
Search
-
QuestionWhat is the command for my ip address?Community Answeripconfig getifaddr en0
-
QuestionHow do I ping the gateway from terminal?Community AnswerAt the command prompt, type "ping " and press Return.
-
QuestionHow to find a list of all terminal commands?Community AnswerPress the Escape key (on the keyboard) twice, then press "y" when you're asked if you want to see all commands.
-
QuestionHow to delete a file with Terminal?Community AnswerYou can use "rm -rf " to delete any file. Don't do this unless you know for sure that the file is no longer needed.
-
QuestionAre any Windows commands similar to Mac terminal commands?Community AnswerMost Windows commands will work in OSX by simply pressing 'command' instead of 'control'. For example, ctrl+v (paste) ctrl+c (copy), ctrl+z (undo) and ctrl+a (select all) still all work on a Mac, just replacing the control key with the command key.
-
QuestionHow can I cancel the Open Office message to "Restore Windows"?Community AnswerFrom the command prompt, type "cd /Users//Library/Saved Application State". Then, type "rm -rf org.openoffice.script.savedState"
-
QuestionCan sharing files through a network be done between a mac and a windows machine?Community AnswerAs long as file sharing is enabled on both computers, you can share files between a Windows PC and a Mac.
-
QuestionHow do you unlock the Terminal to put in a password?Community AnswerIf you want to enter the root password in a terminal window, type "sudo" and press return. You'll then be able to enter the password.
-
QuestionWhat do I do if I have a new MacBook that cannot be used because I keep getting messages asking for the keychain password? When I enter it I get a message asking for a new keychain password. Any password I enter is not accepted even the ones suggested by the "help" button.Community AnswerYou'll need to contact Apple Support for help.
-
QuestionHow do I reboot a Mac after a failed OS install?Community AnswerInsert a drive or CD containing your preferred OS. When starting up your Mac, hold down the button that gives you boot options. This could either be the "C" key, "F12" or "F8". Boot the CD or USB Drive with the new OS install on it and continue from there.
-
QuestionHow do I change the command prompt on an IMAC terminal to access a USB drive?Community AnswerType cd /volumes, and then type "ls" to see a list of all drives. When you see the name of your thumbdrive, type "cd ".
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit