Linux命令摘要,man命令:這是一個(gè)很重要的命令,學(xué)會它就可以自學(xué)了,man是manual的簡寫,用于幫助查看信息,類似于一個(gè)幫助文檔。使用格式為:man命令eg:manlsmanman其中屏幕中會出現(xiàn)NAME****是所查內(nèi)容的全寫和解說SYSNOPSIS*****是使用的概要DESCRIPTION***是命令的說明注:按q鍵或者ctrlc退出,在linux下可以使用ctrlc終止當(dāng)前程序運(yùn)行。man中也一樣。外:還有個(gè)相似的命令和man作用類同help使用格式命令–helpeg:ls–helpman–help在help中還會出現(xiàn)一些使用的簡寫方式及其具體含義,cd命令:cd是切換當(dāng)前目錄位置的命令。Linux系統(tǒng)有嚴(yán)格的訪問權(quán)限控制,所以一般用戶只能切換到自己擁有權(quán)限的目錄中。也就是說cd指令可讓用戶在不同的目錄間切換,但該用戶必須擁有足夠的權(quán)限進(jìn)入目的目錄。使用格式:cd當(dāng)前目錄cd子路徑名為進(jìn)入一個(gè)子目錄,eg:cdhomecd空格,兩個(gè)點(diǎn),為進(jìn)入當(dāng)前目錄的上一級目錄,eg:cdcd,空格,路徑名,為進(jìn)入一個(gè)特定的目錄,eg:cdusrlocallib)外:cd無反應(yīng),還在當(dāng)前目錄。
使用時(shí)可以用pwd隨時(shí)檢驗(yàn)路徑所在。,ls命令ls命令用于列出目錄中的文件和子目錄內(nèi)容,或者查看文件或者目錄的屬性。例如,要查看列出當(dāng)前目錄下的內(nèi)容在Linux中介入ls–help你會看到下面內(nèi)容,就是ls*的簡寫不全和具體含義a,alldonotignoreentriesstartingwith(列出目錄下的所有文件,包括以開頭的隱含文件)。A,almostalldonotlistimpliedandauthorwithl,printtheauthorofeachfile(顯示除“”和“”外的所有文件)b,escapeprintoctalescapesfornongraphiccharactersblocksize=SIZEuseSIZEbyteblocks(把文件名中不可輸出的字符用反斜杠加字符編號(就象在C語言里一樣)的形式列出)B,ignorebackupsdonotlistimpliedentriesendingwith~(不輸出以“~”結(jié)尾的備份文件)cwith–lt:sortby,andshow,ctime(timeoflastmodificationoffilestatusinformation)with–l:showctimeandsortbynameotherwise:sortbyctime(輸出文件的i節(jié)點(diǎn)的修改時(shí)間,并以此排序)Clistentriesbycolumnscolor=WHENcontrolwhethercolorisusedtodistinguishfiletypesWHENmaybe`never',`always',or`auto'(按列輸出,縱向排序)d,directorylistdirectoryentriesinsteadofcontents,anddonotdereferencesymboliclinks(將目錄象文件一樣顯示,而不是顯示其下的文件)D,diredgenerateoutputdesignedforEmacs'diredmodee輸出時(shí)間的全部信息,而不是輸出簡略信息fdonotsort,enableaU,disable–lst(U對輸出的文件不排序)F,classifyappendindicator(oneof*=>|)toentriesfiletypelikewise,exceptdonotappend`*’format=WORDacross–x,commas–m,horizontal–x,long–l,singlecolumn,verbose–l,verticalfulltimelike–l–timestyle=fullisoglike–l,butdonotlistownerG,nogrouplike–l,butdonotlistgroup(輸出文件的組的信息)h,humanreadablewith–l,printsizesinhumanreadableformat(eg,KMG)silikewise,butusepowersofnotH,dereferencecommandlinefollowsymboliclinkslistedonthecommandlinedereferencecommandlinesymlinktodirfolloweachcommandlinesymboliclinkthatpointstoadirectoryhide=PATTERNdonotlistimpliedentriesmatchingshellPATTERN(overriddenby–aor–A)indicatorstyle=WORDappendindicatorwithstyleWORDtoentrynames:none(default),slash(p),filetype(filetype),classify(F)I,inodewith–l,printtheindexnumberofeachfile(列出文件的詳細(xì)信息)I,ignore=PATTERNdonotlistimpliedentriesmatchingshellPATTERN(列出文件的詳細(xì)信息)klikeblocksize=K(以k字節(jié)的形式表示文件的大小)lusealonglistingformatL,dereferencewhenshowingfileinformationforasymboliclink,showinformationforthefilethelinkreferencesratherthanforthelinkitself(列出鏈接文件名而不是鏈接到的文件)mfillwidthwithacommaseparatedlistofentries(橫向輸出文件名,并以“,”作分格符)n,numericuidgidlikel,butlistnumericuserandgroupIDsN,literalprintrawentrynames(don'ttreategcontrolcharactersspecially)(不限制文件長度)olikel,butdonotlistgroupinformation(顯示文件的除組信息外的詳細(xì)信息)p,indicatorstyle=slashappendindicatortodirectories(F在每個(gè)文件名后附上一個(gè)字符以說明該文件的類型,“*”表示可執(zhí)行的普通文件“”表示目錄“”表示符號鏈接“|”表示FIFOs“=”表示套接字(sockets)。