linux中的幫助命令

来源:https://www.cnblogs.com/eternityz/archive/2020/02/19/12329992.html
-Advertisement-
Play Games

目錄 man whatis apropos help info help man 解釋 語法 示例 whatis 查看命令的簡單的描述信息 示例 apropos 查看配置文件的簡單的描述信息 示例 help 查看某個具體命令的選項信息 示例 info 使用方法跟man 幾乎一致, 顯示的信息也大同小 ...


目錄

  • man
  • whatis
  • apropos
  • --help
  • info
  • help

    man

    解釋

命令名稱:man
命令英文原意:manual
命令所在路徑:/usr/bin/man
執行許可權:所有用戶
功能描述:獲得幫助信息

語法

man [命令或配置文件]

示例

# 查看ls命令的幫助信息
man ls
    空格    下翻頁
    pageup  上翻頁
    上箭頭  向上
    下箭頭  向下
    /關鍵字 搜索(回車搜索,n往下找)
    
    
# 查看/etc/services配置文件幫助文檔
man services
    提示No manual entry for services
    運行命令yum -y install man-pages,然後就可以運行了
    
    
# 查看/etc/passwd配置文件的幫助文檔(不正確)
man passwd
    查詢出來的命令的幫助文檔,此時是不對的
    
whereis passwd    
[root@izm5e2q95pbpe1hh0kkwoiz ~]# whereis passwd
passwd: /usr/bin/passwd /etc/passwd /usr/share/man/man1/passwd.1.gz /usr/share/man/man5/passwd.5.gz
    passwd既有命令又有配置文件,優先顯示命令的幫助文檔
    1 命令的幫助文檔
    5 配置文件的幫助文檔

# 查看passwd配置文件的幫助文檔
man 5 passwd

whatis

查看命令的簡單的描述信息

示例

# 查看ls的簡單的描述信息
whatis ls

[root@izm5e2q95pbpe1hh0kkwoiz ~]# whatis ls
ls (1)               - list directory contents

apropos

查看配置文件的簡單的描述信息

示例

# 查看services的簡單描述信息
apropos services

--help

查看某個具體命令的選項信息

示例

# 查看touch命令的具體選項信息
touch --help

[root@izm5e2q95pbpe1hh0kkwoiz ~]# touch --help
Usage: touch [OPTION]... FILE...
Update the access and modification times of each FILE to the current time.

A FILE argument that does not exist is created empty, unless -c or -h
is supplied.

A FILE argument string of - is handled specially and causes touch to
change the times of the file associated with standard output.

Mandatory arguments to long options are mandatory for short options too.
  -a                     change only the access time
  -c, --no-create        do not create any files
  -d, --date=STRING      parse STRING and use it instead of current time
  -f                     (ignored)
  -h, --no-dereference   affect each symbolic link instead of any referenced
                         file (useful only on systems that can change the
                         timestamps of a symlink)
  -m                     change only the modification time
  -r, --reference=FILE   use this file's times instead of current time
  -t STAMP               use [[CC]YY]MMDDhhmm[.ss] instead of current time
      --time=WORD        change the specified time:
                           WORD is access, atime, or use: equivalent to -a
                           WORD is modify or mtime: equivalent to -m
      --help     display this help and exit
      --version  output version information and exit

Note that the -d and -t options accept different time-date formats.

GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
For complete documentation, run: info coreutils 'touch invocation'

info

使用方法跟man 幾乎一致, 顯示的信息也大同小異

help

解釋

命令名稱:help
命令所在路徑:shell內置命令(無法通過which查找路徑,無法通過man查看幫助文檔)
執行許可權:所有用戶
功能描述:獲得shell內置命令的幫助信息

語法

help [命令]

示例

# 使用man查看shell內置命令(無法查看正確的幫助信息)
man cd

NAME
       bash,  :,  .,  [,  alias, bg, bind, break, builtin, caller, cd, command, compgen, complete, compopt, continue,
       declare, dirs, disown, echo, enable, eval, exec, exit, export, false, fc, fg, getopts,  hash,  help,  history,
       jobs,  kill, let, local, logout, mapfile, popd, printf, pushd, pwd, read, readonly, return, set, shift, shopt,
       source, suspend, test, times, trap, true, type, typeset, ulimit, umask, unalias, unset, wait -  bash  built-in
       commands, see bash(1)
......

# man 查詢cd查不出來正確的幫助文檔信息,相反查出來的是shell的內置命令



# 正確查看shell內置命令的幫助文檔信息,查看umask
help umask

[root@izm5e2q95pbpe1hh0kkwoiz ~]# help umask
umask: umask [-p] [-S] [mode]
    Display or set file mode mask.
    
    Sets the user file-creation mask to MODE.  If MODE is omitted, prints
    the current value of the mask.
    
    If MODE begins with a digit, it is interpreted as an octal number;
    otherwise it is a symbolic mode string like that accepted by chmod(1).
    
    Options:
      -p        if MODE is omitted, output in a form that may be reused as input
      -S        makes the output symbolic; otherwise an octal number is output
    
    Exit Status:
    Returns success unless MODE is invalid or an invalid option is given.

您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • write 解釋 語法 示例 wall 解釋 語法 示例 ping 解釋 語法 示例 ifconfig 解釋 語法 示例 mail 解釋 語法 mail命令不存在 示例 last 解釋 語法 示例 lastlog 解釋 語法 示例 traceroute 解釋 語法 traceroute命令不存在 示 ...
  • shutdown 解釋 語法 示例 其他關機命令 其他重啟命令 系統運行級別 查看運行級別的方法 logout 解釋 ...
  • 目錄 gzip gunzip tar(打包壓縮) tar(解包解壓) zip unzip bzip2 bunzip2 gzip 解釋 語法 示例 gzip只能壓縮文件,而且壓縮後,原文件不在了 gunzip 解釋 語法 示例 tar 解釋 語法 示例 打包並壓縮文件 tar czf Japan.ta ...
  • 電腦系統概論 電腦系統 電子數字電腦,是一種能夠自行按照已設定的程式進行數據處理的電子設備,是軟體與硬體相結合、面向系統、側重應用的自動化求解工具,電腦技術迅猛發展,從科學計算、數據處理等應用領域,迅速擴展到實時控制、輔助設計、智能模擬等諸多領域,今天電腦無所不在,深入社會生活的各個領域, ...
  • everspin提供了8/16-bit的DDR4-1333MT/s(667MHz)介面,但與較舊的基於DDR3的MRAM組件一樣,時序上的差異使得其難以成為DRAM(動態隨機存取器)的直接替代品。 最新的1Gb容量STT-MRAM擴大了MRAM的吸引力,但Everspin仍需努力追趕DRAM的存儲密 ...
  • 如果忘記了root密碼可以進入緊急模式恢復密碼。 centos7中如下: 重啟後進入救援模式,按下e鍵進入 找到ro改為rw init=/sysroot/bin/sh 改完按下ctrl+X進入緊急模式,此時只是啟動一個shell環境,並沒有真正的啟動系統。 進入emergency mode。 換根, ...
  • 常見的虛擬機有2個: VM VirtualBox,這個是Oracle的,免費 VMware 收費 VMware的下載 不要點菜單欄的“下載”,那個要註冊|登錄,很麻煩。 CentOS的下載 要開啟虛擬化 新建虛擬機 我使用的是VMware-15.5.1、CentOS-8.1.1911-x86_64- ...
  • 在 系統經常被用作伺服器系統。當伺服器記憶體吃緊的時候, 命令是我們最常使用的記憶體分析工具。 使用介紹 命令可以顯示 系統中空閑的、已用的物理記憶體及 記憶體,及被內核使用的 。在 系統監控的工具中, 命令是最經常使用的命令之一。 free命令使用起來非常簡單。 下麵列舉一個我最常用的命令格式 輸出顯示如 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...