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.

351 B

whoami

打印当前有效的用户名称

说明

whoami命令 用于打印当前有效的用户名称,相当于执行id -un命令。

语法

whoami(选项)
--help在线帮助
--version显示版本信息。

实例

[root@localhost ~]# whoami
root

[root@localhost ~]# id -un
root