我想访问命令的手册页chmod。
命令whatis chmod给出了这个输出:
chmod (2) - change permissions of a file
chmod (1) - change file mode bits
但我实际上是在寻找chmod(2).
当我输入时man chmod,会chmod(1)出现手册页。
双方man chmod(2)并man 'chmod(2)'命令显示错误。
我尝试运行info coreutils 'chmod invocation',但输出是某种看起来不像典型手册页的文档。
vin*_*c17 16
输入:man 2 chmod, 或man -a chmod获取所有版本。
注意:man -a chmod在某些系统上可能有用,因为可能有关于同一功能的其他手册页,这可能会提供额外的信息。例如,在 Debian 下,如果安装了 manpages-posix-dev 软件包,还有 chmod(3posix) 手册页,也可以通过man 3 chmod.