- If you know a command, but don’t know how to use it, try the manual (man page) by entering “man ” (without the quotes).
- If there is no man page, the command might be a shell built-in. In that case use the “help ” command.
To ssh onto a server
ssh {user}@{Host} -p {port_no}