Find us on facebook

Feb 25, 2015

SHELL commands for Putty Basic

Zip a folder and it's contents
zip -r folder.zip foldername

Unzip a folder
unzip foldername

Recursive permission for folder and it's contents
chmod -R 777 foldername 

Recursive permission for folder  contents
chmod -R 777 * 

Making a tunnel and transfer files

List contents in current folder
li

Moving folder to another folder
mv foldername foldername2

No comments:

Post a Comment