pwd

查看当前目录 pwd (print working directory)

查看当前目录:

$ pwd
/home/tux

每个用户登录后,都有一个当前目录。所有的相对目录,都是以这个目录为基准。