1. 程式人生 > >Linux幫助手冊

Linux幫助手冊

linux

如何使用幫助手冊

 1.如果需要改用戶密碼可以使用。
   
   whatis  使用方法
    
     格式: [[email protected] ~]# whatis rm
     
     rm                   (1p)  - remove directory entries
     
     rm                   (1)  - remove files or directories
     
     有時會出現這種情況
     
     rm: nothing appropriate 是因為剛裝好系統時的用這個命令會出現此狀況實際上剛用命令查的命令實際是存whtis數據庫當中,剛裝好的系統因為這個數據庫無數據所以無從查起
     
     執行此命令創建whatis新數據庫makewhatis  mandb 系統7
     
     [[email protected]
/* */ ~]# makewhatis [[email protected] ~]# whatis rm rm (1p) - remove directory entries rm (1) - remove files or directories helep 只能查看內部命令幫助 及所有的內部命令有哪些 用法 [[email protected] ~]# help cd cd: cd [-L|[-P [-e]]] [dir] Change the shell working directory. 實例 [[email protected]
/* */ ~]# help enable enable: enable [-a] [-dnps] [-f filename] [name ...] -a print a list of builtins showing whether or not each is enabled -n disable each NAME or display a list of disabled builtins -p print the list of builtins in a reusable format -s print only the names of Posix `special‘ builtins -f Load builtin NAME from shared object FILENAME -d Remove a builtin loaded with -f bash 本身是個程序內部集成許多命令,集成bash內部的命令叫內部命令 type 查看命令上次執行是外部命令還是內部命令 whereis顯示外部命令幫助路徑 用法 whereis bash bash: /usr/bin/bash /usr/share/man/man1/bash.1.gz man幫助手冊的使用方式 介紹 man幫助裏把很多不同的幫助分章節顯示 章節用數字表示 查看man幫助存放目錄 [[email protected]
/* */_117_182_centos ~]# ls /usr/share/man bg de es hr it man0p man1x man3 man4 man5x man7 man8x mann pt ro sl zh cs el fi hu ja man1 man2 man3p man4x man6 man7x man9 nl pt_BR ru sv zh_CN da en fr id ko man1p man2x man3x man5 man6x man8 man9x pl pt_PT sk tr zh_TW man 幫助章節介紹

技術分享

圖片描述

    file查看文件類型工具
    
    [[email protected]_117_182_centos ~]# file /usr/bin/passwd
    
    /usr/bin/passwd: setuid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), fo
    r GNU/Linux 2.6.18, stripped
    
    [[email protected]_117_182_centos ~]# ls /etc/passwd

    /etc/passwd
    
    默認man會把章節號較小的顯示
    
    [[email protected]_117_182_centos ~]# man passwd
    
    PASSWD(1)                       User utilities                       
    
    如何查看工具man幫助第幾章有
    
    [[email protected] ~]# whatis passwd
    
    passwd               (1)  - update user‘s authentication tokens
    
    passwd               (5)  - password file
    
    passwd [sslpasswd]   (1ssl)  - compute password hashes

技術分享如何使用/搜索功能n鍵往下搜索N鍵往上搜

技術分享

圖片描述

技術分享小n往上搜索與N往上搜索

技術分享

圖片描述

使用date 打印2017-05-00 00:00:00 這種時間格式的 [[email protected] ~]# date ‘+%F %T‘ 2019-08-07 19:44:26

技術分享

圖片描述

dete 顯示昨天周幾 -d 表示非現在時間跟時間描述符(yesterdey 昨天) +%A表示周幾 技術分享man幫助介紹 技術分享

man幫助的查找路徑定義如何定義

7上的man配置文件路徑 技術分享技術分享

如果man幫助路徑發生,而配置文件裏沒有發生什麽變化那就找不到man幫助了,需要在配置文件中定義更改的路徑並重新跟新數據庫 如果配置文件需要更新數據庫6makeatis 7上mandb

幫助段落說明

技術分享

圖片描述

man幫助操作說明 技術分享

技術分享

圖片描述

登陸提示符設置的文件

技術分享

圖片描述


本文出自 “11974994” 博客,請務必保留此出處http://11984994.blog.51cto.com/11974994/1928363

Linux幫助手冊

相關推薦

Linux幫助手冊

linux如何使用幫助手冊 1.如果需要改用戶密碼可以使用。 whatis 使用方法 格式: [[email protected]/* */ ~]# whatis rm rm (1p) - remove

Linux的man中文幫助手冊

安裝步驟: 1、 windows下載: 從http://code.google.com/p/manpages-zh/或者https://code.google.com/archive/p/manpages-zh/downloads下載安裝包。 2、linux命令列下載:

vim中文幫助手冊的安裝

1.0 strong pro detail 進入 自動 mage plugin 分享 1. 下載: 下載頁面:http://vimcdoc.sourceforge.net/ 選擇“Latest platform independent tarball, including

命令幫助手冊的使用

幫助手冊登陸Login:用戶名(身份認證,訪問資源能力的設定[權限],映射給系統對應用ID) ID=identifier 認證機制:Authentication,鑒別用戶,最常用的密碼,密鑰。 資源訪問授權:Authorization,可以使用資源的權限 審計:Audition,大部分通過日誌來完成

Linux 幫助命令

幫助信息 命令 cnblogs inux log shell oot 指令 root help 命令只能顯示 shell 內部的命令幫助信息,而對於外部命令的幫助信息只能使用 man 或者 info 命令查看,info 指令是 man 指令的詳細內容 [[email&

Linux幫助命令

win 打印 windows 字符串 區分 當前 權限 通過 命令 Linux與Windows的不同 Linux區分大小寫 Linux所有內容以文件形式保存,包括硬件 一切內容皆文件 Linux不靠文件後綴名來區分文件,約定俗稱的擴展名是給管理員看的,並不一定要寫,寫

Linux——幫助文檔的獲取

command -c blog 可執行 syn 跳轉 body 同方 nbsp 幫助文檔的獲取 外部命令:都有一個可執行程序,位於文件系統某目錄下,可以使用which, whereis命令查詢到命令存放的位置。 shell程序搜尋可執行程序文件的路徑定義在PATH環境變量

命令行man的幫助手冊

pre earch upd -s usr 助手 裝包 中文 arc http://blog.csdn.net/gatieme/article/details/51656707 指定使用那種語音的手冊,可以使用命令選項-M man -M /usr/share/man/zh_C

linux幫助使用

linux幫助使用linux有三種查詢幫助使用1、manman + 命令man ls q退出 2、infoinfo + 命令info cd “esc ”+“:”+“q”退出 3、help命令 + -helphelp -ifconfig 命令+ --helpmkdir --helplinux幫助使用

生產環境FTP(linux搭建手冊

FTP linux 搭建手冊 linux配置生產環境FTP anonymous_enable=NOlocal_enable=YESwrite_enable=YESlocal_umask=022anon_upload_enable=YESanon_mkdir_write_enable=YESanon

Ideal 使用幫助手冊

工作 分享 last info 使用幫助 image 圖片 com 幫助手冊 1.設置Ideal啟動時選擇工作空間 將Reopen last project on starup 取消勾選Ideal 使用幫助手冊

LINUX幫助的使用

發出 box 下一個 node help 列表 doc 網絡管理 nod 獲取幫助的途徑whatisconmmand--helpman man命令常用參數 man命令的操作按鍵 man命令的幫助文檔分類man pageinfoinfo中的

linux 幫助命令:man、whatis、apropos、--help

配置文件 路徑 har rop lin 列表 hat 信息 linu man /usr/bin/man man [命令或配置文件]獲取幫助信息 man ls /-lman date/-d man services //不需要添加絕對路徑/etc/services NAM

PHPExcel幫助手冊

描述 on() write 字符 classes lin creates sin fun 下面是總結的幾個使用方法 include ‘PHPExcel.php‘; include ‘PHPExcel/Writer/Excel2007.php‘; //或者include ‘

CRT工具連線Linux操作手冊

                                          &nb

安裝man幫助手冊中文版

安裝man中文版 下載 wget https://src.fedoraproject.org/repo/pkgs/man-pages-zh-CN/manpages-zh-1.5.2.tar.bz2/cab232c7bb49b214c2f7ee44f7f35900/manpages-zh-

Centos7 系統中文設定、中英文切換、Vim中文幫助手冊

溫馨提示: 1、我使用的是在VMware上面跑的Centos7,Centos系統是免費的Linux系統。 2、如果你的Linux系統特別卡頓,原因可能是因為你給Linux系統分配的記憶體太小而導致,Linux卡頓。 解決方案: 開啟VMware的管理—>

Linux---幫助命令

幫助命令:man                          manual 命令格式:man 命令名 檢視命令擁有哪些級別的幫助 等價於 檢視和命令相關的所有幫助 等

【Gtest(Google Test)幫助手冊】en-cn

Gtest官方使用文件 英文文件獲得方式:框架生成的執行檔案,在命令列 --help 即可獲得。 中文翻譯版 本操作文件只對使用Gtest (Google Test) 開發的測試用例有效。通過命令,你可以使用以下功能: 選擇測試用例:  --gtest_list

PhpExcel中文幫助手冊|PhpExcel使用方法

下面是總結的幾個使用方法 include 'PHPExcel.php'; include 'PHPExcel/Writer/Excel2007.php'; //或者include 'PHPExcel/Writer/Excel5.php'; 用於輸出.xls的 建立一個exc