Changes

Jump to navigation Jump to search
33 bytes added ,  20:04, 10 December 2014
Line 330: Line 330:  
====how many data the server is storing by users====
 
====how many data the server is storing by users====
   −
You can adapt that command line to your needs, here we find and sort all emails stored by your users
+
You can adapt that command line to your needs, here we can see the used disk spaceof  all emails stored by your users on your system.
 
  du -s /home/e-smith/files/users/*/Maildir | sort -rn | cut -f2- | xargs -d "\n" du -sh
 
  du -s /home/e-smith/files/users/*/Maildir | sort -rn | cut -f2- | xargs -d "\n" du -sh
  

Navigation menu