|
Current Working Directory
- Each user has a home directory specified in /etc/passwd
- The working directory is set to your home when you login
- pwd prints the working directory
- cd changes your working directory
cd
cd bin
cd /tmp
cd ../bin
cd ~seyfarth/examples
|