Columbus Python Workshop 1/Friday/Linux terminal navigation: Difference between revisions

no edit summary
imported>Catherinedevlin
(Created page with "__NOTOC__ The filesystem on your computer is like a tree made up of folders (also called "directories") and files. The filesystem has a root directory called <tt>/</tt>, and ...")
 
No edit summary
 
Line 68:
<pre>ls</pre>
This lists the contents of the root directory, confirming where you are.
 
<br />
 
<pre>cd</pre>
This command when used by itself, returns you to the home directory of the user you are logged in as.
 
===Tips===
Anonymous user