When I run ls -l, the following is displayed:
>: ls -l
total 320
-rw-r--r-- 1 foo staff 633 5 Apr 13:23 A.class
-rw-r--r-- 1 foo staff 296 5 Apr 13:24 A.java
...
What does the total signify? Size? If so, what size?
|
|
From
|
|||
|
|
|
It's the total number of blocks (usually 512 bytes per POSIX; see |
|||
|
|