CS 117
Spring 1998

A Few UNIX Commands

Getting documentation
Directories
The UNIX shell keeps track of your "working directory" or "current directory." The current directory is the directory (or, if you prefer, the folder) where you are currently working. All file- and directory-related commands will be performed relative to the current directory. For example, ls will list the contents of the current directory only.
Files
Many of these commands also apply to directories.
Command shell goodies
The command shell is the program that prints the prompt and executes your commands.



Jeff Ondich, Department of Mathematics and Computer Science, Carleton College, Northfield, MN 55057, (507) 646-4364, jondich@carleton.edu