PyCon intro to open source/OSX command line: 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
 
(3 intermediate revisions by the same user not shown)
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/Jessicajesstess</tt>) is often called your "home directory".
 
<br />
Line 88:
You've practiced using <code>ls</code>, <code>pwd</code>, and <code>cd</code> to navigate your computer's filesystem from the command prompt.
 
[[Boston Python Workshop 7/FridayPyCon_intro_to_open_source|&laquo; Back to the Friday setupmain page]]
Anonymous user