1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-13 14:15:40 +02:00

nethogs, diskutil: fix device path (#17557)

This commit is contained in:
Managor 2025-08-09 05:31:42 +03:00 committed by GitHub
parent e2f3aa4238
commit b09a1e6e9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
- Monitor bandwidth on multiple devices:
`sudo nethogs {{device1}} {{device2}}`
`sudo nethogs {{device1 device2 ...}}`
- Specify refresh rate:

View file

@ -10,12 +10,12 @@
- Repair the filesystem data structures of a volume:
`diskutil repairVolume {{/dev/disk_device}}`
`diskutil repairVolume {{/dev/disk}}`
- Unmount a volume:
`diskutil unmountDisk {{/dev/disk_device}}`
`diskutil unmountDisk {{/dev/disk}}`
- Eject a CD/DVD (unmount first):
`diskutil eject {{/dev/disk_device1}}`
`diskutil eject {{/dev/diskX}}`