Open Source Comes to Campus/UMD/Laptop setup/Linux command line: Difference between revisions

imported>Jesstess
(Created page with '__NOTOC__ There are three commands that we'll be using at a command prompt to navigate the filesystem on your computer: * <code>ls</code> * <code>pwd</code> * <code>cd</code> <…')
 
imported>Jesstess
Line 18:
===Practice using <code>ls</code>, <code>pwd</code>, and <code>cd</code>===
 
(that's an l the letter, not the number 1)
Before you practice these commands, let's make sure you are really at a terminal prompt. Recall that a terminal prompt will look like <code>jesstess$</code> and a Python prompt will look like <code>>>></code>. Make sure you are at a terminal prompt and not a Python prompt; if you are at a Python prompt, you can type <code>exit()</code> on a line by itself and then hit enter to exit Python and return to a terminal prompt. Great!
 
Type each of these commands and hit enter:
Anonymous user