Terminal shows, User
, System
, anddirectory
man
man
is the most useful, you can use
man man
to see info on the man
pages, along with most all other commands
The Synopsis contains the options for the command
Scroll Down for Examples
Some commands like
cd
Do not have a man page
pwd gives us the current or present
working directory
pwd
we can change directories
cd
../
goes back a directory, and you will need to use sudo to list the items within
sudo cd ../
type password when needed
use ls
to list directory items
ls
Use cd to change back to home directory from wherever we are
cd
The ~
represents the ../../home
directory