史上完整的Linux命令全套汇编Word格式.docx
《史上完整的Linux命令全套汇编Word格式.docx》由会员分享,可在线阅读,更多相关《史上完整的Linux命令全套汇编Word格式.docx(14页珍藏版)》请在冰豆网上搜索。
按q键或者ctrl+c退出,在linux下可以使用ctrl+c终止当前程序运行。
man中也一样。
外:
还有个相似的命令和man作用类同help
使用格式命令–helpeg:
ls–helpman–help
在help中还会出现一些使用的简写方式及其具体含义
2,cd命令:
cd是切换当前目录位置的命令。
Linux系统有严格的访问权限控制,所以一般用户只能切换到自己拥有权限的目录中。
也就是说cd指令可让用户在不同的目录间切换,但该用户必须拥有足够的权限进入目的目录。
使用格式:
cd当前目录;
cd/子路径名为进入一个子目录,eg:
cd/home
cd空格,两个点,为进入当前目录的上一级目录,eg:
cd..
cd,空格,路径名,为进入一个特定的目录,eg:
cd/usr/local/lib)
cd\无反应,还在当前目录。
使用时可以用pwd随时检验路径所在。
3,ls命令
ls命令用于列出目录中的文件和子目录内容,或者查看文件或者目录的属性。
例如,要查看列出当前目录下的内容
在Linux中介入ls–help你会看到下面内容,就是ls-*的简写不全和具体含义
-a,--alldonotignoreentriesstartingwith.(列出目录下的所有文件,包括以.开头的隐含文件)。
-A,--almost-alldonotlistimplied.and.authorwith-l,printtheauthorofeachfile(显示除“.”和“..”外的所有文件)
-b,--escapeprintoctalescapesfornongraphiccharacters--block-size=SIZEuseSIZE-byteblocks(把文件名中不可输出的字符用反斜杠加字符编号(就象在C语言里一样)的形式列出)
-B,--ignore-backupsdonotlistimpliedentriesendingwith~(不输出以“~”结尾的备份文件)
-cwith–lt:
sortby,andshow,ctime(timeoflastmodificationoffilestatusinformation)with–l:
showctimeandsortbynameotherwise:
sortbyctime(输出文件的i节点的修改时间,并以此排序)
-Clistentriesbycolumns--color[=WHEN]controlwhethercolorisusedtodistinguishfiletypes.WHENmaybe`never'
`always'
or`auto'
(按列输出,纵向排序)
-d,--directorylistdirectoryentriesinsteadofcontents,anddonotdereferencesymboliclinks(将目录象文件一样显示,而不是显示其下的文件)
-D,--diredgenerateoutputdesignedforEmacs'
diredmode
-e输出时间的全部信息,而不是输出简略信息
-fdonotsort,enable-aU,disable–lst(-U对输出的文件不排序)
-F,--classifyappendindicator(oneof*/=>
@|)toentries
--file-typelikewise,exceptdonotappend`*’--format=WORDacross–x,commas–m,horizontal–x,long–l,single-column-1,verbose–l,vertical---full-timelike–l–time-style=full-iso
-glike–l,butdonotlistowner
-G,--no-grouplike–l,butdonotlistgroup(输出文件的组的信息)
-h,--human-readablewith–l,printsizesinhumanreadableformat
(e.g.,1K234M2G)
--silikewise,butusepowersof1000not1024
-H,--dereference-command-linefollowsymboliclinkslistedonthecommandline--dereference-command-line-symlink-to-dirfolloweachcommandlinesymboliclinkthatpointstoadirectory--hide=PATTERNdonotlistimpliedentriesmatchingshellPATTERN(overriddenby–aor–A)--indicator-style=WORDappendindicatorwithstyleWORDtoentrynames:
none(default),slash(-p),file-type(--file-type),classify(-F)
-I,--inodewith–l,printtheindexnumberofeachfile(列出文件的详细信息)
-I,--ignore=PATTERNdonotlistimpliedentriesmatchingshellPATTERN(列出文件的详细信息)
-klike--block-size=1K(以k字节的形式表示文件的大小)
-lusealonglistingformat
-L,--dereferencewhenshowingfileinformationforasymboliclink,showinformationforthefilethelinkreferencesratherthanforthelinkitself(列出链接文件名而不是链接到的文件)
-mfillwidthwithacommaseparatedlistofentries(横向输出文件名,并以“,”作分格符)
-n,--numeric-uid-gidlike-l,butlistnumericuserandgroupIDs
-N,--literalprintrawentrynames(don'
ttreate.g.controlcharactersspecially)(不限制文件长度)
-olike-l,butdonotlistgroupinformation(显示文件的除组信息外的详细信息)
-p,--indicator-style=slashappend/indicatortodirectories(-F在每个文件名后附上一个字符以说明该文件的类型,“*”表示可执行的普通 文件;
“/”表示目录;
“@”表示符号链接;
“|”表示FIFOs;
“=”表示套 接字(sockets)。
)
-q,--hide-control-charsprint?
insteadofnongraphiccharacters--show-control-charsshownongraphiccharactersas-is(defaultunlessprogramis`ls'
andoutputisaterminal)(用?
代替不可输出的字符)
-Q,--quote-nameencloseentrynamesindoublequotes--quoting-style=WORDusequotingstyleWORDforentrynames:
literal,locale,shell,shell-always,c,escape(把输出的文件名用双引号括起来)
-r,--reversereverseorderwhilesorting(对目录反向排序)
-R,--recursivelistsubdirectoriesrecursively(列出所有子目录下的文件)
-s,--sizewith-l,printsizeofeachfile,inblocks(在每个文件名后输出该文件的大小)
-Ssortbyfilesize(以文件大小排序)
-tsortbymodificationtime(以时间排序)
-T,--tabsize=COLSassumetabstopsateachCOLSinsteadof8
-uwith-lt:
sortby,andshow,accesstimewith-l:
showaccesstimeandsortbynameotherwise:
sortbyaccesstime(以文件上次被访问的时间排序)
-Udonotsort;
listentriesindirectoryorder.Incombinationwithone_per_lineformat`-1'
itwillshowfilesimmediatelyandithasnomemorylimitations.
-vsortbyversion
-w,--width=COLSassumescreenwidthinsteadofcurrentvalue
-xlistentriesbylinesinsteadofbycolumns(按列输出,横向排序)
-Xsortalphabeticallybyentryextension(以文件的扩展名(最后一个.后的字符)排序)
-1listonefileperline(一行只输出一个文件)
4,文件命令
4.1创建文件touchfile1toucha.txtmkdirdir1
创建子文件mkdir–pA/B/c
4.2复制文件cp命令该命令的功能是将给出的文件或目录拷贝到另一文件或目录中,就如同DOS下的copy命令一样,功能非常强大。
命令格式:
cp[选项]源文件或目录目标文件或目录
说明:
该命令把指定的源文件复制到目标文件或把多个源文件复制到目标目录中。
该命令的各选项含义如下:
-a该选项通常在拷贝目录时使用。
它保