Thursday, September 13, 2012

Linux Daily Command

This post listed my day to day Linux command that I use for managing and administering servers. This command based on Centos Linux.

1. Show Folder total size : du -ch /folder/subfolder | grep total   
2. Show Disk/Partition Usage : df -h
3. Flush DNS : $ sudo /etc/init.d/nscd restart

No comments:

Post a Comment