Show Current Directory
pwd
Move to Desktop
cd Desktop
Start Web Server (Python 3)
python3 -m http.server 8000
Start Web Server (Python 2.7)
python -m SimpleHTTPServer 8080
pwd
cd Desktop
python3 -m http.server 8000
python -m SimpleHTTPServer 8080