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.

34 lines
351 B

7 years ago
whoami
===
6 years ago
7 years ago
打印当前有效的用户名称
6 years ago
## 说明
7 years ago
**whoami命令** 用于打印当前有效的用户名称,相当于执行`id -un`命令。
### 语法
```
whoami(选项)
```
6 years ago
7 years ago
```
--help在线帮助
--version显示版本信息。
```
### 实例
```
[root@localhost ~]# whoami
root
[root@localhost ~]# id -un
root
```