Articles
Changing Server Hostname
To change your hostname, enter the following command as root: $ hostname...
Common SSH Commands - Linux Shell CommandsNavigating in UNIX pwd Shows the full path of the current directory ls Lists all...
Show disk space used by directories belowIf you want to get a the total space used in the directories below try # du -hs * output will...