AIX 5.3 上的 mlockall
我遇到的问题是,mlockall 直接以 -1 的方式返回非特权用户(除 root 之外的每个用户),我用来运行此应用程序的应用程序来自 Stackoverflow 站点: 当你用完 mlockall 设置的 ram 时会发生什么?
现在我的问题是,有我不知道 AIX 5.3 命令。在solaris usermod -K defaultpriv=basic,proc_lock_memory user中有一个命令,我不记得这篇文章了,但它也在stackoverflow上,现在我正在尝试找到AIX 5.3的等效命令以及如何向用户授予权限可以使用mlockall。
有人有想法吗?
提前致谢,
奥利弗
I have the problem that mlockall returns with unpriviledged users(every user other than root) directly with -1 the application which i used to run this was from the Stackoverflow site: What happens when you run out of ram with mlockall set?
Now my issue is, there is that i dont know the AIX 5.3 command. There is a command in solaris usermod -K defaultpriv=basic,proc_lock_memory user, i cannot remember the article but it was also on stackoverflow, now i'am trying to find the equivalent for AIX 5.3 and how i can give permission to a user so that mlockall can be used.
Has Anybody an idea?
Thanks in advance,
Oliver
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AIX5.3(及更高版本)要求进程具有 root(setuid root 或 real root)。
请参阅此处的联机帮助页。
“调用进程必须具有 root 用户权限才能使用此子例程。”
AIX5.3 (and later) requires the the process to have root (either setuid root or real root).
See manpage here.
"The calling process must have the root user authority to use this subroutine."