Last Updated on Tuesday, 9 February 2010 01:48 Written by neovps Tuesday, 9 February 2010 01:48
directory
rm -rf mydir /*delete mydir directory*/
cd mydir /*get into mydir directory*/
cd – /*up one level directory*/
cd .. /*up one level directory,there is a blank*/
cd ~ /*root directory*/
mv tools tool /*rename tools to tool */
ln -s tool bac /*add "_trial" to the directory tool,after this operation “tool” will rename to "tool_trial"*/
cp -a tool /home/vpser/www /*copy all files under tool directory to www directory */
File Operation
rm go.tar /* delete go.tar */
find mt.cgi /* find the file named mt.cgi */
df –h /* lookup the disk static */
uncompress
tar xvf wordpress.tar /* umcompress tar file which name wordpress.tar */
tar -tvf myfile.tar /* preview the file name in the tar package */
tar cf toole.tar tool /*make tool directory as toole.tar package */
tar cfz vpser.tar.gz tool /* package tool directory and compress as vpser.tar.gz */
tar jcvf /var/bak/www.tar.bz2 /var/www/ /*package as .tar.bz2*/
tar xjf www.tar.bz2 /*uncompress the tar.bz2 package*/
gzip -d ge.tar.gz /* uncompress .tar.gz to .tar */
unzip phpbb.zip /* uncompress zip file*/
Download
wget http://soft.neovps.net/web/nginx/nginx-0.8.0.tar.gz /*download file from the remote server */
wget -c http://soft.vpser.net/web/nginx/nginx-0.8.0.tar.gz /*contine the last time download*/
To Be Contine

[...] Here is the original post: Command under Linux VPS SSH » NEOVPS [...]
I appreciate the work that you have put in, in this page. Really good, also I wish to quote a few lines from this article in my site, I will give a link back to this article. Again.. it is really a good work.
Thanks
Ajithkumar