Linux下查看进程的环境变量

在linux bash下输入:

envof() { sed 's/\x0/\n/g' /proc/${1}/environ; }

然后使用:

   envof  pid 即可

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注