gpt4 book ai didi

linux - EGID 和 RGID 在 ps o/p 中显示不正确?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:31:31 26 4
gpt4 key购买 nike

我有这个:

$ ls -l test1.sh 
-rwxr-sr-x 1 root root 24 2011-05-31 13:27 test1.sh # sgid root

$ id
uid=1001(abc) gid=1001(abc) groups=4(adm),6(disk),20(dialout),21(fax),24(cdrom),26(tape),29(audio),30(dip),44(video),46(plugdev),104( fuse),106(lpadmin),112(netdev),121(admin),122(sambashare),1001(abc),1002(sbox)

但是,当我运行 test1.sh 时,我在 ps o/p 中看不到 Effective Group Owner 是 root。为什么?

$ ps -o pid,ppid,cmd,euid,euser,ruid,ruser,egid,egroup,rgid,rgroup,nice,tty,user

PID PPID CMD EUID EUSER RUID RUSER EGID EGROUP RGID RGROUP NI TT USER
8793 2349 bash 1001 abc 1001 abc 1001 abc 1001 abc 0 pts/2 abc
8865 8793 /bin/bash ./test1.sh 1001 abc 1001 abc 1001 abc 1001 abc 0 pts/2 abc
8866 8865 sleep 60 1001 abc 1001 abc 1001 abc 1001 abc 0 pts/2 abc
8868 8793 ps -o pid,ppid,cmd,euid,eus 1001 abc 1001 abc 1001 abc 1001 abc 0 pts/2 abc

最佳答案

编写安全的 shell 脚本真的很难。想想 $PATH$IFS,... 所以,Linux 不支持 shell 脚本的 setuid/setgid 位。

关于linux - EGID 和 RGID 在 ps o/p 中显示不正确?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6193457/

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