Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有我可以发出的命令行来查看另一个用户当前在哪个目录中工作?这就像使用>pwd但对于其他用户。
cwd每个进程的文件夹中都有一个符号链接/proc,但作为一个普通人,你没有任何权利阅读任何其他人的 proc 文件夹——只有你自己的:
cwd
/proc
[marc@panic home]$ ls -l /proc/$$/cwd lrwxrwxrwx. 1 marc marc 0 May 5 12:06 /proc/16257/cwd -> /home ^^^^^---cwd [marc@panic home]$ ^^^^---cwd