Setting up python on a Ubuntu system
Everything on the linux system is a file or directory.
Basic navigation within the terminal
ls, cd, mkdir, pwd, which, head, tail, less, cat
To understand what a program does we have man pages.
man ls
; man mkdir