Skip to content

Instantly share code, notes, and snippets.

@techticdev
techticdev / sshcommands
Last active January 1, 2016 10:03
SSH Commands on Putty
Several commands used with putty help on command line
<!-- putty list all files and directories on root or elsewhere // For example here user login is [email protected] -->
<!-- no space between # and command -->
[[email protected]]# ls
<!-- Archive any directory and all its subdirectories and files -->
[[email protected]]# zip -r foldername.zip foldername
<!-- Unzip any directory and all its subdirectories and files -->