Basic Unix Commands
Additional information on any of the command can be found on-line. While logged-in, type "man x"
at the command line to look at the manual page for the command x.
Starting and Ending
login: `Logging in'
telnet: Connect to another machine
logout: `Logging out'
File Management
emacs: `Using the emacs text editor'
mkdir: `Creating a directory'
 cd: `Changing your current working directory'
ls: `Finding out what files you have'
cp: `Making a copy of a file'
mv: `Changing the name of a file'
rm: `Getting rid of unwanted files'
chmod: `Controlling access to your files'
cmp: Comparing two files
wc: Word, line, and character count
compress: Compress a file
Communication
pine: `Using Pine to send and receive e-mail'
mush: The mush electronic mail system
talk: Talk to another user
write: Write messages to another user
ftp: `Transferring files with ftp'
Information
man: Manual pages
quota -v: Finding out your available disk space quota
ical: `Using the Ical personal organizer'
finger: Getting information about a user
passwd: Changing your password
who: Finding out who's logged on
Printing
lpr: `Printing'
lprm: Removing a print job
lpq: Checking the print queues
Job Control
ps: `Finding your processes'
kill: `Killing a process'
nohup: Continuing a job after logout
nice: Changing the priority of a job
&: `What is a background process?'
Cntrl-z: Suspending a process
fg: `Resuming a suspended process'
Home | Information
| Academics | People
| Resources | Contact
The Department of Computer Science at the University of Illinois at Springfield
Copyright© 2002 University of Illinois at Springfield