Difference between revisions of "Size"
Jump to navigation
Jump to search
(Created page with " * Block size") |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
* [[Block size]] | * [[Block size]] | ||
+ | * [[PAGE SIZE]] | ||
+ | * [[TCP window size]] | ||
+ | * <code>[[du -hs]] --apparent-size</code> | ||
+ | |||
+ | * [[Table sizes]] | ||
+ | |||
+ | * [[ls]] | ||
+ | ** <code>ls -lhS</code> | ||
+ | ** <code>ls -lR | grep '^-' | [[sort]] -rnk5</code> (sort will not work if ls is used with -h) | ||
+ | ** Including full path: <code>ls -ld $([[find]] ./) | [[sort]] -rnk5 | more</code> | ||
+ | :::-su: /bin/ls: Argument list too long | ||
+ | ::: -d list directories themselves, not their contents | ||
+ | |||
+ | |||
+ | * Terraform resource: <code>[[aws_ebs_volume]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{fdisk}} | ||
+ | * {{filesystems}} | ||
+ | |||
+ | |||
+ | [[Category:Storage]] |
Latest revision as of 09:49, 29 May 2023
- Block size
- PAGE SIZE
- TCP window size
du -hs --apparent-size
- -su: /bin/ls: Argument list too long
- -d list directories themselves, not their contents
- Terraform resource:
aws_ebs_volume
See also[edit]
Advertising: