bash - du -sk size difference on different environments -


i getting 2 different outputs blank file created in 2 different environments. on centos 7 gnu coreutils 8.22 (du --v optput)

$touch tempfile $du -sk tempfile  4    tempfile 

is output. when try on different centos7 gnu coreutils 8.22

$touch tempfile $du -sk tempfile  0    tempfile 

please need know making act differently.


Comments

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -