Difference between revisions of "CLI Navigating"

From FreekiWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
==Navigating==
+
== Commands ==
=== Commands ===
 
 
cd = change directory
 
cd = change directory
 
ls = list directory contents
 
ls = list directory contents
  
=== Abreviations ===
+
== Abreviations ==
 
  /  = the root directory
 
  /  = the root directory
 
  .. = the parent directory
 
  .. = the parent directory
Line 10: Line 9:
 
  -  = the last directory you were in (not used in paths)
 
  -  = the last directory you were in (not used in paths)
  
=== Quiz ===
+
== Quiz ==
 
# How would you change to the root directory?
 
# How would you change to the root directory?
 
## How would you change back to your home directory?
 
## How would you change back to your home directory?

Revision as of 13:24, 23 February 2008

Commands

cd = change directory ls = list directory contents

Abreviations

/  = the root directory
.. = the parent directory
~  = your home directory
-  = the last directory you were in (not used in paths)

Quiz

  1. How would you change to the root directory?
    1. How would you change back to your home directory?