mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:26:04 +02:00
f3probe: add sudo
This commit is contained in:
parent
1bef364ccb
commit
34a4dfb666
1 changed files with 3 additions and 3 deletions
|
@ -6,12 +6,12 @@
|
|||
|
||||
- Probe a block device:
|
||||
|
||||
`f3probe {{path/to/block_device}}`
|
||||
`sudo f3probe {{path/to/block_device}}`
|
||||
|
||||
- Use the minimum about of RAM possible:
|
||||
|
||||
`f3probe --min-memory {{path/to/block_device}}`
|
||||
`sudo f3probe --min-memory {{path/to/block_device}}`
|
||||
|
||||
- Time disk operations:
|
||||
|
||||
`f3probe --time-ops {{path/to/block_device}}`
|
||||
`sudo f3probe --time-ops {{path/to/block_device}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue