View Single Post
  #8   (View Single Post)  
Old 10th January 2016
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,125
Default

Re: mfs size

You can use du(1) to find out the size in sectors for the -s option:
Code:
# du -s /var
115276  /var

# du -sh /var
56.3M   /var

# du -sh /Template/var
39.4M   /Template/var

# du -s /Template/var  
80752   /Template/var
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote