-
type command 显示命令的类别
-
which command 显示可执行程序的位置
help - 得到 shell 内建命令的帮助文档
--help - 显示用法信息
man - 显示程序手册页 【man 分章节】
apropos - 显示适当的命令 【man -k】
whatis - 显示非常简洁的命令说明
info - 显示程序 Info 条目
Command | Action |
---|---|
? | Display command help |
PgUp or Backspace | Display privious page |
PgDn or Space | Display next page |
n | Next - Display the next node |
p | Previous - Display the previous node |
u | Up - Display the parent node of the currently displayed node, usually a menu. |
Enter | Follow the hyperlink at the cursor location |
q | Quit |