gpt4 book ai didi

linux - su之后如何找到进程的真正所有者

转载 作者:太空宇宙 更新时间:2023-11-04 09:56:39 25 4
gpt4 key购买 nike

我们有一个约定,开发人员可以使用他们自己的用户名进入服务器,然后 sudo su - django 其中 django 是我们的应用程序运行的用户。

我需要找出哪个开发人员正在以 Django 的身份运行脚本。使用 ps faux :

root     26438  0.0  0.0  90152  3320 ?        Ss   10:38   0:00  \_ sshd: fred [priv]
fred 26444 0.0 0.0 90152 1852 ? S 10:38 0:00 | \_ sshd: fred@pts/0
fred 26445 0.0 0.0 66052 1560 pts/0 Ss 10:38 0:00 | \_ -bash
root 27923 0.0 0.0 101052 1336 pts/0 S 10:46 0:00 | \_ su - django
django 27924 0.0 0.0 66188 1752 pts/0 S 10:46 0:00 | \_ - bash
django 31760 0.0 0.5 227028 42320 pts/0 S+ 11:10 0:01 | \_ python target_script.py

我可以很容易地看出 fred 在做什么。但是,我需要编写一个脚本来处理此信息,而且我找不到使用 ps ... euser,ruser, 在一行中提取“fred”和“target_script.py”的方法suser,fuser 都说“django”。我是否需要摸索这个 ps faux 输出来获取我需要的信息?

最佳答案

我在尝试查找相同的基本信息时发现了这篇旧帖子。我发现最简单的方法是使用/proc/[pid] 下的“loginuid”文件。例如:

cat /proc/${processid}/loginuid

很抱歉复活这样的旧帖子,但也许有人会发现它有用。

关于linux - su之后如何找到进程的真正所有者,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3533028/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com