fix(typo): iptables-restore typo update
This commit is contained in:
parent
a697befa3c
commit
5490c20e51
|
|
@ -10,7 +10,7 @@ iptables-restore
|
|||
### 语法
|
||||
|
||||
```shell
|
||||
iptables-restor(选项)
|
||||
iptables-restore(选项)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
|
@ -23,10 +23,10 @@ iptables-restor(选项)
|
|||
### 实例
|
||||
|
||||
```shell
|
||||
iptables-restor < iptables.bak
|
||||
iptables-restore < iptables.bak
|
||||
```
|
||||
|
||||
iptables.bak是iptables-save命令所备份的文件。
|
||||
|
||||
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue