Category Archives: ssh

TAR command

Sharecreate: tar -cvf mystuff.tar mystuff/ tar -czvf mystuff.tgz mystuff/ extracting: tar -xvf mystuff.tar tar -xzvf mystuff.tgz testing/viewing: tar -tvf mystuff.tar tar -tzvf mystuff.tgz Note that .tgz is the same thing as .tar.gz Tar “tars up” a bunch of files into … Continue reading

Posted in apache, linux, server, ssh | Tagged , , , | Leave a comment

ssh command for viewing file ownership

ShareType ls -l or ll to see ownership of folders/files You can also checkout this site for other ssh command http://www.webhostgear.com/35.html

Posted in ssh | Tagged , | Leave a comment