Useful command list
Posted December 2nd, 2008 by WilliamCarrier
files
- Size of a directory
- du -hs
- Size of subdirectories
- du -h --max-dept=1
- Directories listing
- ls -l | egrep '^d'
- find -maxdepth 1 -xtype d
network
- Curent IP
- hostname -i
- Curent DNS
- traceroute -m 3 google.com
