You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
logout
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
退出当前登录的Shell
|
|
|
|
|
|
|
|
|
|
## 补充说明
|
|
|
|
|
|
|
|
|
|
**logout命令** 用于退出当前登录的Shell,logout指令让用户退出系统,其功能和login指令相互对应。
|
|
|
|
|
|
|
|
|
|
### 语法
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
logout
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|