SSH and Navigation
SSH
SSH is the primary way you get into a Linux server without utilizing a GUI or another protocol. Obviously there's many ways to do this but SSH is pretty common.
Syntax
Navigation
Navigating around a Linux server via bash takes a bit to get used to, but once you get used to basic syntax it's not too bad to accomplish what you want to do.
Examples
cd: Change directorypwd: Prints the path to your current directoryls: Lists the files and directories in your current locationmkdir: Make a new directorytouch: Create a new blank filenanoorvim: Edit a filecat: List contents of a filechown: Change ownership of a filechmod: Change permissions of a file