仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 434|回复: 7
打印 上一主题 下一主题

[其他Linux] 来看看:Linux体系下Shell命令行快速键有用技能

[复制链接]
活着的死人 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-16 17:18:16 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
要多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
沙发
发表于 2015-1-23 18:23:47 | 只看该作者
主流Linux发行版都自带非常详细的文档(包括手册页和FAQ),从系统安装到系统安全,针对不同层次的人的详尽文档,仔细阅读文档后40%问题都可在此解决。
愤怒的大鸟 该用户已被删除
板凳
发表于 2015-1-31 18:58:59 | 只看该作者
用户下达的命令解释给系统去执行,并将系统传回的信息再次解释给用户,估shell也称为命令解释器,有关命令的学习可参考论坛相关文章,精通英文也是学习Linux的关键。
因胸联盟 该用户已被删除
地板
发表于 2015-2-6 21:53:05 | 只看该作者
和私有操作系统不同,各个Linux的发行版本的技术支持时间都较短,这对于Linux初学者是往往不够的。
精灵巫婆 该用户已被删除
5#
发表于 2015-2-18 23:14:42 | 只看该作者
通过自学老师给的资料和向同学请教,掌握了一些基本的操作,比如挂载优盘,编译程序,在Linux环境下运行,转换目录等等。学了这些基础才能进行下面的模拟OS程序。?
透明 该用户已被删除
6#
发表于 2015-3-6 11:38:48 | 只看该作者
把这个问题放在其他Linux社区请求帮助也是一种选择。如果Linux得不到答案,请不要以为我们觉得无法帮助你。有时只是看到你问题的人不知道答案罢了。这时换一个社区是不错的选择。
若相依 该用户已被删除
7#
发表于 2015-3-13 00:58:34 | 只看该作者
我们这一代90后,从小接触的是windows98,家里条件好的自己有电脑装的是2000,后来又有了XP,上大学时又有了win7。
再现理想 该用户已被删除
8#
发表于 2015-3-20 08:27:29 | 只看该作者
首先Linux是开源的,这也是最主要的原因,想学windows,Unix,对不起我们没源代码。也正是因为这样,Linux才能够像滚雪球一样越滚越大,发展到现在这种规模。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-11-15 01:56

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表