ivan of sshCommand
4/19/2016 - 10:11 AM

SSH Useful Command

SSH Useful Command

Useful SSH Coomand:

--------------------------------------------
crontab - e 

You can easily edit your cron job entry
--------------------------------------------
df -h 

check how much space is utilized on your vps

--------------------------------------------
du -sh -- *

See how much space is big every file on the current directory

--------------------------------------------