• The Ramen Dutchman
    link
    fedilink
    English
    22 days ago

    each file is minimum 4kb

    $ touch empty_file
    $ ls -l
    total 8
    -rw-rw-r-- 1 user group 0 may 14 20:13 empty_file
    $ wc -c empty_file 
    0 empty_file
    

    Huh?