SSH Reference Sheet – basic Secure-shell commands for every day use!
The more I work with SSH, the more I love it! Unfortunately, half the time I forget the commands. This is the first of a series of “Reference Sheets” to help myself and others learn/remember SSH commands.
Note: Anything surrounded by *asterisks* is where your input is required.
Change Directory
{code}cd *directory*{/code}
List the contents of a directory
{code}ls *directory*{/code}
Continue reading SSH Reference Sheet – Basic