我读了man creat
,man open
和man close
,并且发现手册页是学习linux的最佳来源。
但是我需要阅读地图,我想知道一系列手册页,这些手册页提供了高级概述,然后提供了详细介绍的小节。
请告知。
答案 0 :(得分:3)
因此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文档中各章的开头。