Here are some commands that might be useful sometime, they’re just other commands I know that I didn’t go over in the previous pages.
clear will clear the screen and leave you with just a command prompt
man will provide you with documentation on a command: “man command”
ssh is used to access a server: “ssh username@servername”
Previous Home