常用命令:
pwd: 显示当前所在的工作目录
实例:
[root@itxuezhe ~]# cd /etc/sysconfig/
[root@itxuezhe sysconfig]# pwd
/etc/sysconfig
whoami命令:
显示自身的用户名称,本指令相当于执行"id -un"指令。
实例
显示用户名
[root@itxuezhe ~]# whoami
root