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.

31 lines
578 B

7 years ago
users
===
6 years ago
7 years ago
显示当前登录系统的所有用户
## 补充说明
**users命令** 用于显示当前登录系统的所有用户的用户列表。每个显示的用户名对应一个登录会话。如果一个用户有不止一个登录会话,那他的用户名将显示相同的次数。
### 语法
```
users(选项)
```
### 选项
```
--help显示命令的帮助信息
--version显示命令的版本信息。
```
### 实例
```
[root@localhost ~]# users
root root
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->