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

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 1:
__NOTOC__
 
The filesystem on your computer is like a tree made up of directories and files. The filesystem has a root directory called <tt>/</tt>, and everything on your computer lives in subdirectories of this root directory.
 
We often navigate the filesystem graphically by clicking on graphical folders. We can do the exact same navigation from the command line.
There are two commands that we'll be using at a command prompt to navigate the filesystem on your computer:
* <code>dir</code>
Anonymous user