https://en.wikipedia.org/wiki/Setuid
OpenBSD下有类似的东西吗?
答案1
是的当然。它是标准。 (还有更多,也是非标准的,OpenBSD 中的安全特性.)
(如果您的意思是“是否有任何带有这些位的文件放“, 尝试find / -type f \( -perm -4000 -o -perm -2000\) -print
)
https://en.wikipedia.org/wiki/Setuid
OpenBSD下有类似的东西吗?
是的当然。它是标准。 (还有更多,也是非标准的,OpenBSD 中的安全特性.)
(如果您的意思是“是否有任何带有这些位的文件放“, 尝试find / -type f \( -perm -4000 -o -perm -2000\) -print
)