linux m使用方法及man中文手册安装方法.docxVIP

  • 5
  • 0
  • 约 10页
  • 2018-06-07 发布于贵州
  • 举报

linux m使用方法及man中文手册安装方法.docx

linux m使用方法及man中文手册安装方法

Linux man中的man就是manual的缩写,用来查看系统中自带的各种参考手册,但是手册页分为好几个部分,如下所示:(注:手册页,很重要的,一般我们也都没有用上,不过有时候,你就会发现你用上了) 1???Executable programs or shell commands 2???System calls (functions provided by the kernel) 3???Library calls (functions within program libraries) 4???Special files (usually found in /dev) 5???File formats and conventions eg /etc/passwd 6???Games 7???Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7) 8???System administration commands (usually only for root) 9???Kernel routines [Non standard] 解释一下, 1是普通的命令 2是系统调用,如open,write之类的(通过这个,至少可以很方便的查到调用这个函数,需要加什么头文件) 3是库

文档评论(0)

1亿VIP精品文档

相关文档