Home > OS >  About the tar command
About the tar command

Time:09-20

Execute commands tar - JPCV -f/TMP. The tar..bz2/TMP
Then I ll show as follows:

DRWXRWXRWT. 16 root root February 11, 4096 when TMP
Rw - r - r -. 1 root root 34235 February 11 09:55 TMP. The tar..bz2

Why after the tar file package directory size is bigger than before?

CodePudding user response:

Find the answers themselves
Linux via ll command to display the directory size is not the size of all files in directory to take up space, but the size of the catalogue metadata, namely the size of the directory inode node space occupied, if you want to know the size of all files in directory to take up disk space, you can use the following command:
  • Related