linux id 和 setuid/setgid

发布于 2024-08-05 13:56:44 字数 46 浏览 4 评论 0原文

有没有一种简单的方法可以查看正在运行的进程的真实、有效和保存的UID和GID?

Is there a simple way to see the real,effective and saved UID and GID for a running process?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

原谅过去的我 2024-08-12 13:56:44

psUG(实数)gu(有效)?

Using ps with either U, G (real) g, u (effective)?

酷到爆炸 2024-08-12 13:56:44

/proc 文件系统包含以下信息:

/proc/PID/status

The /proc filesystem contains this information:

/proc/PID/status

生来就爱笑 2024-08-12 13:56:44

快速阅读了 ps 的手册页。
以下对我有用:

ps axo pid,ruid,euid,fuid,rgid,egid,fgid,ucmd | more

Did a quick read of the man page for ps.
The following worked for me:

ps axo pid,ruid,euid,fuid,rgid,egid,fgid,ucmd | more
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文