来看看:Linux体系下Shell命令行快速键有用技能
要多google,因为我不可能,也不可以给你解答所有内容,我只能告诉你一些关键点,甚至我会故意隐瞒答案,因为在寻找答案的过程中。#Ctrl+A-Gotothebeginningofthelineyouarecurrentlytypingon
#Ctrl+E-Gototheendofthelineyouarecurrentlytypingon
切到命令行入手下手|开头
#Ctrl+L-ClearstheScreen,similartotheclearcommand
清屏,相似于clear命令
#Ctrl+U-Clearsthelinebeforethecursorposition.Ifyouareattheendoftheline,clearstheentireline.
扫除光标之前
#Ctrl+H-Sameasbackspace
退格键backspace
#Ctrl+R-Let‘syousearchthroughpreviouslyusedcommands
从命令汗青中找
#Ctrl+C-Killwhateveryouarerunning
停止命令
#Ctrl+D-Exitthecurrentshell
加入shell
#Ctrl+Z-Putswhateveryouarerunningintoasuspendedbackgroundprocess.fgrestoresit.
??
#Ctrl+W-Deletethewordbeforethecursor
扫除光标之前
#Ctrl+K-Clearthelineafterthecursor
扫除光标以后
#Ctrl+T-Swapthelasttwocharactersbeforethecursor
#Esc+T-Swapthelasttwowordsbeforethecursor
切换光标前最初两个字母(单词)
#Alt+F-Movecursorforwardonewordonthecurrentline
#Alt+B-Movecursorbackwardonewordonthecurrentline
??在ubuntuxwindows终端中会切换到菜单!tty大概能够
#Tab-Auto-completefilesandfoldernames
主动补全
#Ctrl+Y-topasteit(asindeleteandcopy)alltextinfrontofthecursor
粘贴(方才ctrl+w大概ctrl+k的内容)
#Esc+.(orEsc+Underscore)-InsertLastArgument
??
#Ctrl+b-Movebackacharacter
#Ctrl+f-Moveforwardacharacter
向前|后挪动一个字母
#Ctrl+r-Searchthehistorybackwards
??
#Ctrl+xx-MovebetweenEOLandcurrentcursorposition
光标在以后地位和EOL之间切换(EOLendofline?但我实行,是在开首和以后地位之间切换,怎样了解?谁晓得?)
#Ctrl+x@-Showpossiblehostnamecompletions
#Alt+
#Alt+>-Movetothelastlineinthehistory
#Alt+?-Showcurrentcompletionlist
#Alt+*-Insertallpossiblecompletions
#Alt+/-Attempttocompletefilename
#Alt+.-Yanklastargumenttopreviouscommand
#Alt+c-Capitalizetheword
#Alt+d-Deleteword
#Alt+l-Makewordlowercase
#Alt+n-Searchthehistoryforwardsnon-incremental
#Alt+p-Searchthehistorybackwardsnon-incremental
#Alt+r-Recallcommand
#Alt+t-Movewordsaround
#Alt+u-Makeworduppercase
#Alt+back-space-Deletebackwardfromcursor
#Here"2T"meansPressTABtwice
#$2T-Allavailablecommands(common)
#$(string)2T-Allavailablecommandsstartingwith(string)
#$/2T-EntiredirectorystructureincludingHiddenone
#$2T-OnlySubDirsinsideincludingHiddenone
#$*2T-OnlySubDirsinsidewithoutHiddenone
#$~2T-AllPresentUsersonsystemfrom"/etc/passwd"
#$$2T-AllSysvariables
#$@2T-Entriesfrom"/etc/hosts"
#$=2T-Outputlikelsordir
</p>
系统安全相关命令:passwd、su、umask、chgrp、chmod、chown、chattr、sudo、pswho 主流Linux发行版都自带非常详细的文档(包括手册页和FAQ),从系统安装到系统安全,针对不同层次的人的详尽文档,仔细阅读文档后40%问题都可在此解决。 用户下达的命令解释给系统去执行,并将系统传回的信息再次解释给用户,估shell也称为命令解释器,有关命令的学习可参考论坛相关文章,精通英文也是学习Linux的关键。 和私有操作系统不同,各个Linux的发行版本的技术支持时间都较短,这对于Linux初学者是往往不够的。 通过自学老师给的资料和向同学请教,掌握了一些基本的操作,比如挂载优盘,编译程序,在Linux环境下运行,转换目录等等。学了这些基础才能进行下面的模拟OS程序。? 把这个问题放在其他Linux社区请求帮助也是一种选择。如果Linux得不到答案,请不要以为我们觉得无法帮助你。有时只是看到你问题的人不知道答案罢了。这时换一个社区是不错的选择。 我们这一代90后,从小接触的是windows98,家里条件好的自己有电脑装的是2000,后来又有了XP,上大学时又有了win7。 首先Linux是开源的,这也是最主要的原因,想学windows,Unix,对不起我们没源代码。也正是因为这样,Linux才能够像滚雪球一样越滚越大,发展到现在这种规模。
页:
[1]