Boston Python Workshop 7/Friday/OSX terminal navigation: Difference between revisions

no edit summary
imported>Jesstess
(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 ...")
 
imported>Jesstess
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 26:
 
<pre>ls</pre>
This lists all the files in your homecurrent directory.
 
<br />
 
<pre>pwd</pre>
This displays the full directory path to your current directory, which is your home directory.
 
<br />
Line 51:
 
<pre>ls</pre>
You should see a list of all the files in <code>/Users</code>, including the directory for your username. --The directory for your username (e.g. <tt>/Users/Jessica</tt> is often called your "home directory".
 
<br />
Anonymous user