UNIX Tutorial Table of Contents
Introduction
UNIX File Structure
UNIX Commands
Command Reference
nano
- a simple text editor
man
- the UNIX online manual
pwd
- print working directory pathname
cd
- change to a new working directory
ls
- list information about one or more files or the contents of a directory
mkdir
- make a new directory
rmdir
- remove an empty directory
cp
- copy one or more files
mv
- move (rename) files
rm
- remove files
ln
- make a link to a file
g++
- GNU C++ compiler and linker