海之星科技
HY-STAR

專業電源IC供應 ⇒ DC-DC 降壓轉換器, DC-DC 升壓轉換器,LED 驅動 IC,MOSFETs / IGBTs


 The Linux Newbie Guide  ⇒    Fundamentals     Advanced     Supplement   Command Index   ENG⇒中
All rights reserved, please indicate the source when citing
 

Manual Command Reference





The command man stands for manual page, which is a reference guide for commands. It serves as an online documentation for commands, and its basic usage is man COMMAND.

Upon entering the man interface, the main operations are as follows:

例:
# man cat ← Look up usage of the "cat" command (exit with <q>)
# man 8 shutdown ←Look up section 8 documentation for the "shutdown" command

For detailed usage and operations within the man interface, please refer to the link provided.