中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪(fǎng)問(wèn)手機(jī)版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級(jí)網(wǎng)工!

招聘|合作 登陸|注冊(cè)

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點(diǎn)關(guān)注 > linux常用命令

linux命令——man

時(shí)間:2019-07-19

linux命令_linux命令windows命令_linux命令

維護(hù)歷史與聯(lián)系方式

幫助命令man (manual)

比如我們可以看下man命令的解釋

[root@localhost ~]# man man

MAN(1) Manual pager utils MAN(1)

NAME

man - an interface to the on-line reference manuals

SYNOPSIS

man [-C file] [-d] [-D] [--warnings[=warnings]] [-R encoding] [-L locale] [-m system[,...]] [-M path] [-S list] [-e exten‐

linux命令_linux命令windows命令_linux命令

sion] [-i|-I] [--regex|--wildcard] [--names-only] [-a] [-u] [--no-subpages] [-P pager] [-r prompt] [-7] [-E encoding]

[--no-hyphenation] [--no-justification] [-p string] [-t] [-T[device]] [-H[browser]] [-X[dpi]] [-Z] [[section]

page ...] ...

man -k [apropos options] regexp ...

man -K [-w|-W] [-S list] [-i|-I] [--regex] [section] term ...

man -f [whatis options] page ...

man -l [-C file] [-d] [-D] [--warnings[=warnings]] [-R encoding] [-L locale] [-P pager] [-r prompt] [-7] [-E encoding] [-p

string] [-t] [-T[device]] [-H[browser]] [-X[dpi]] [-Z] file ...

man -w|-W [-C file] [-d] [-D] page ...

linux命令_linux命令windows命令_linux命令

man -c [-C file] [-d] [-D] page ...

man [-?V]

DESCRIPTION

man is the system's manual pager. Each page argument given to man is normally the name of a program, utility or function.

The manual page associated with each of these arguments is then found and displayed. A section, if provided, will direct

man to look only in that section of the manual. The default action is to search in all of the available sections, follow‐

Manual page man(1) line 1 (press h for help or q to quit)

查看完 按 "q"鍵linux命令linux命令,離開(kāi)

我們看下ls

linux命令windows命令_linux命令_linux命令

man ls

這里其實(shí)有很多行 我們可以按鍵盤(pán)的向下鍵盤(pán),來(lái)顯示下方隱藏的內(nèi)容;

當(dāng)然也可以搜索

/ 加搜索內(nèi)容

比如搜索 -d

/-d

linux命令_linux命令_linux命令windows命令

這里的1是man的級(jí)別; 這里的1是查看命令的幫助

1:查看命令的幫助

2:查看可被內(nèi)核調(diào)用的函數(shù)的函數(shù)的版主

3:查看函數(shù)和函數(shù)庫(kù)的幫助

4:查看特殊文件的幫助(主要是/dev目錄下的文件)

5:查看配置文件的幫助

6:查看游戲的幫助

7:查看其他雜項(xiàng)的幫助

8:查看系統(tǒng)管理員可用命令的幫助