SSH Commands
After some time, I thought id make up a list of SSH commands, So
heres the list. Hope this helps people. ls -a Displays all
files, including hidden
ls -l Displays all files, along with the size and timestamp
tar -zxpf Uncompresses tar.gz files
tar -xpf Uncompresses .tar files
gunzip Uncompresses .gz files
cp Copies a file to […]