我阅读了man creat
,man open
和man close
,并且找到了学习Linux的最佳手册。
但是我需要阅读地图,我想知道一系列手册页,这些手册页提供了高层次的概述,然后分节介绍了详细信息。
请指教。
最佳答案
因此,man -k intro
给出了一个包含以下内容的列表:
intro (1) - introduction to user commands
intro (2) - introduction to system calls
intro (3) - introduction to library functions
intro (4) - introduction to special files
intro (5) - introduction to file formats and filesystems
intro (6) - introduction to games
intro (7) - introduction to overview and miscellany section
intro (8) - introduction to administration and privileged commands
每个字母都可以由
man intro.N
读取(N为1-8),这些简介页看起来像man文档中各章的开头。