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
336 B

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