Linux中查看命令帮助大全

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux中查看命令帮助大全相关的知识,希望对你有一定的参考价值。

本文分享一下Linux命令的帮助
help、info、whatis、man
 首先给大家介绍一下什么是内部命令和外部命令
内部命令:shell本身自带的命令
外部命令:一般是用户安装软件装上来的。
查看系统中所有的内部命令列表 
[[email protected] /]# help
1、help
help 内部命令
外部命令 --help   或者 外部命令 -h
2、info       information
               功能:查看命令的来源、功能、选项等等。
               [[email protected] /]# info ls
 
3、whatis   查看命令的用途的
               [[email protected] /]# whatis ls
               ls    (1)  - list directory contents
               ls    (1p)  - list directory contents
                   p:posix标准   可移植操作系统接口
4、man   *******  manual:手册
               “有问题找男人”
               man 命令    ——  查看命令的帮助
               man 5 文件名   ——  查看某些文件的帮助
               
[[email protected] ~]# man man
               MANUAL SECTIONS
                       1      User Commands   用户命令
                       5      File Formats and Conventions
                               文件格式和约定

                            8     System  Administration  tools  and 


本文出自 “13361631” 博客,请务必保留此出处http://13371631.blog.51cto.com/13361631/1983960

以上是关于Linux中查看命令帮助大全的主要内容,如果未能解决你的问题,请参考以下文章

Linux命令大全

Linux命令篇—— Linux操作系统常用指令大全

Linux命令篇—— Linux操作系统常用指令大全

Linux 命令大全

Linux命令应用大全的图书简介

Linux常用命令