Articles

 Changing Server Hostname

To change your hostname, enter the following command as root: $ hostname...

 Common SSH Commands - Linux Shell Commands

Navigating in UNIX pwd Shows the full path of the current directory ls Lists all...

 Show disk space used by directories below

If you want to get a the total space used in the directories below try # du -hs * output will...