mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
ip-link: add deletion example (#21587)
This commit is contained in:
@@ -30,3 +30,7 @@
|
||||
- Set the promisc mode status of a device:
|
||||
|
||||
`sudo ip {{[l|link]}} {{[s|set]}} {{ethX}} promisc {{on|off}}`
|
||||
|
||||
- Delete a device:
|
||||
|
||||
`sudo ip {{[l|link]}} {{[d|delete]}} {{ethX}}`
|
||||
|
||||
Reference in New Issue
Block a user