Skip to content

Commit

Permalink
fix: renmae iscsiadm file name. #558
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 23, 2024
1 parent fb3ad5e commit e45c112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions command/iscsiadm → command/iscsiadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ systemctl restart iscsi #重启iscsi服务
systemctl restart iscsid
```

### 语法
## 语法

```shell
iscsiadm [选项] <命令> <参数>
```

### 选项
## 选项

```shell
-m,--mode # <模式> 指定工作模式,如discovery(发现模式)、node(管理节点)、session(管理会话)、discoverydb、host、iface(管理 iSCSI 网络接口);
Expand All @@ -37,7 +37,7 @@ iscsiadm [选项] <命令> <参数>
-V,--version # 显示版本信息。
```

### 实例
## 实例

发送iSCSI发现请求,并列出发现的iSCSI设备目标器:

Expand Down
1 change: 1 addition & 0 deletions command/kill.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ name:使用此名称调用的所有进程将接收信号。
3.`kill`命令类似的有`xkill``pkill`,`killall`等,用于不同的目的和场景。

#### 参考链接

[发送信号到进程](https://bash.cyberciti.biz/guide/Sending_signal_to_Processes)


0 comments on commit e45c112

Please sign in to comment.