这是查看Linux上进程路径的命令。
ps -auxwe | grep 24466 ( 24466 is only example )但请注意,是否可以查看在Solaris上运行进程的路径?
如果是,Solaris的ps语法是什么?
发布于 2015-03-02 14:08:41
您可以在solaris和linux中使用pwdx。
pwdx <pid_number>
示例:
pwdx $
25711: /export/home/pippo发布于 2017-07-11 07:36:45
/usr/ucb/ps铝业公司在SunOS servername01 5.10 Generic_147440-25 sun4u sparc SUNW,SUNW v 490上工作
https://serverfault.com/questions/672463
复制相似问题