Linux command
dysk 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
dysk
Sort
dysk -s free
Example
dysk -f 'disk = HDD'
Exclude
dysk -f 'disk <> SSD'
Example
dysk -f 'use > 65% | free < 50G'
说明
dysk displays filesystem information in a formatted table. It shows mount points, disk types, sizes, usage, and filesystem types with color-coded output. Provides filtering and sorting capabilities for focused analysis.
参数
- -s, --sort _field_
- Sort by field (free, size, used, filesystem, etc.)
- -f, --filter _expr_
- Filter expression
- --json
- Output as JSON
- --csv
- Output as CSV
FAQ
What is the dysk command used for?
dysk displays filesystem information in a formatted table. It shows mount points, disk types, sizes, usage, and filesystem types with color-coded output. Provides filtering and sorting capabilities for focused analysis.
How do I run a basic dysk example?
Run `dysk` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s, --sort _field_ do in dysk?
Sort by field (free, size, used, filesystem, etc.)