如果我没有互联网,在哪里可以搜索更多信息?

Hem*_*ant 10 linux man

例如,我setuid今天正在阅读手册页。它说:

如果调用者的有效 UID 为 root,则同时设置真实 UID 和保存的 set-user-ID。

我不知道什么set-user-ID是。如果没有 Internet 连接,我如何获得有关它的更多信息?

我能做的一件事就是打开一些书并搜索它。

我的 Linux 系统上还有哪些其他地方可以搜索更多信息?

xen*_*ide 12

apropos

apropos - search the manual page names and descriptions
Run Code Online (Sandbox Code Playgroud)

apropos 'set user id'举个例子试试。


cja*_*jac 8

apropos 也拼写为“man -k”