gpt4 book ai didi

linux - 收紧 shell 以防叉弹

转载 作者:可可西里 更新时间:2023-11-01 11:47:23 32 4
gpt4 key购买 nike

我有一台服务器,出于某种目的,我必须允许用户使用远程 SSH。 我想针对任何类型的 fork bomb 加强 shell 在上面。我怎样才能做到这一点 ?我期待基于限制特定用户的 CPU 使用率的解决方案。

最佳答案

这就是你要找的

http://linux.die.net/man/5/limits.conf

你可以做类似的事情

@remote_user            hard    cpu             50
@remote_user hard nproc 50

从而限制 remote_user 可以创建的 CPU 使用率和进程数。

关于linux - 收紧 shell 以防叉弹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9920813/

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