mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 05:51:29 +00:00
Update cheatsheets
This commit is contained in:
@@ -13,10 +13,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo iptables-save`
|
||||
|
||||
- Print the `iptables` configuration of a specific [t]able:
|
||||
- Print the `iptables` configuration of a specific table:
|
||||
|
||||
`sudo iptables-save --table {{table}}`
|
||||
`sudo iptables-save {{[-t|--table]}} {{table}}`
|
||||
|
||||
- Save the `iptables` configuration to a [f]ile:
|
||||
- Save the `iptables` configuration to a file:
|
||||
|
||||
`sudo iptables-save --file {{path/to/file}}`
|
||||
`sudo iptables-save {{[-f|--file]}} {{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user