How to Move in Unix
Because Unix is a command-line-based operating system, there is no graphical interface for a user to work with. Hence, you can't double-click on folders to move around to different directories on your Unix-based system. What you can do, however, is move around on the screen using the Change Directory (CD) command.
Instructions
-
-
1
Type "cd" into the screen with your keyboard.
-
2
Type in the directory you wish to move to. If your directory is nested in another, add a "/" for each directory above it. (So if you want to go to the "/foo" directory located in the "/hoo/faa" directories, you would type "/hoo/faa/foo" on screen.)
-
-
3
Press "Enter" to be taken to that directory.
-
1
Tips & Warnings
Typing "CD" alone and pressing "Enter" moves you to the home directory for your installation.
If you don't remember what directory you're in, type "pwd" to get information on where you are.