Monday 14 April 2014

See whats there in root partition





When we check root partition for whats eating up the space, we will get all other partitions details,

 to avoid this..

du -sh --exclude=tmp --exclude=var --exclude=usr --exclude=home --exclude=boot --exclude=proc *

this will exclude the tmp, var, usr, home, boot, proc from root partition...