Skip to main content

All Questions

Tagged with
0 votes
1 answer
76 views

df hide ifree etc (GNU)

(analogous to https://apple.stackexchange.com/questions/263437/df-hide-ifree-iused-512-blocks-customize-column-format-dont-show-inode-info for BSD) How can I hide the columns beginning with i (iused, ...
Sridhar Sarnobat's user avatar
0 votes
3 answers
2k views

df -h showing wrong output in GB

If I list df output for KB, MB and GB, they do not match e.g. $ df -k |grep xvdb /dev/xvdb1 12796048 732812 11413172 7% /xxx $ df -m |grep xvdb /dev/xvdb1 12497 ...
Anurag Uniyal's user avatar