This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 --> |