centos命令-帮助命令

2020-04-07  本文已影响0人  Fantast_d2be

man

man ls
man 7 man

手册章节传统上如下定义:

章节 英文说明 中文说明
1 Command 用户可从 shell 运行的命令
2 System call 必须由内核完成的功能
3 Library calls 大多数 libc 函数,例如 qsort(3))
4 Special files /dev) 目录中的文件
5 File formats and conventions /etc/passwd 等人类可读的文件的格式说明
6 Games
7 Macro packages and conventions 文件系统标准描述,网络协议,ASCII 和其他字符集,还有你眼前这份文档以及其他东西
8 System management commands 类似 mount(8) 等命令,大部分只能由 root 执行
9 Kernel routines 这是废弃的章节。原来曾想把一些关于核心的文件放在这里,但是实际上只有极少数可以写成文件放在这里,而且它们也很快过时了。核心开发者可以找到其他更好的资源。

help

type命令 可查看命令类别

help cd
ls --help

info

info ls
上一篇下一篇

猜你喜欢

热点阅读