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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -