Linux快捷键总结

使用Linux很久了,现对经常用到的快捷键做一个总结:

  1. 最重要的一个当然是tab了
    1
    2
    3
    4
    5
    6
    7
    8
    9
    [root@localhost ~]# cd /etc/sys
    sysconfig/          sysctl.conf         sysctl.d/           system-release      system-release-cpe 
    [root@localhost ~]# cd /etc/sysconfig/network
    network          networking/      network-scripts/
    [root@localhost ~]# cd /etc/sysconfig/network
    network          networking/      network-scripts/
    [root@localhost ~]# cd /etc/sysconfig/network-scripts/ifcfg-
    ifcfg-eth0  ifcfg-lo   
    [root@localhost ~]# cd /etc/sysconfig/network-scripts/ifcfg-eth0

      

  2. ctrl + c 中断操作,就不展开写了
  3. ctrl + d 结束输入
  4. ctrl + p 上一条命令
    1
    2
    [root@localhost ~]# cd /etc/sysconfig/network-scripts/
    [root@localhost network-scripts]# cd /etc/sysconfig/network-scripts/  //上一条命令

      

  5. ctrl + n下一条命令
  6. ctrl + b 光标向后移动一个字符
  7. ctrl + f 光标向前移动一个字符
  8. ctrl + a 光标移动至命令行开头
  9. ctrl + e 光标移动至命令行结尾
  10. ctrl + k 删除光标至结尾的内容
  11. ctrl + u 删除光标至开头的内容
  12. ctrl + l 重新绘制屏幕
  13. ctrl + w 以单词为单位删除
  14. ctrl + t交换当前的两个字符
    1
    2
    [root@localhost ~]# cd
    [root@localhost ~]# dc  //ctrl+t 对两个字符进行交换

      

  15. ctrl + y 删除的内容粘贴
    1
    2
    3
    4
    [root@localhost ~]# cd /etc/sysconfig/network-scripts/
    [root@localhost network-scripts]# cd   //删除参数内容
    [root@localhost ~]# cd /etc/sysconfig/network-scripts/  ctrl+y 对删除的内容进行粘贴
    [root@localhost network-scripts]#

      

  16. ctrl + r  查找历史命令,ctrl+g退出搜索
    [root@localhost network-scripts]# 
    (reverse-i-search)`yu': yum install lynx //ctrl + r 历史命令查找

     

  17. Ctrl+s 锁定终端,使终端无法输入。
  18. Ctrl+q 解锁终端
  19. !!执行上一条命令
  20. !$ 最后一个参数

目前我想到的有这么多,以后再慢慢的补充,常用的也就差不多这些了。

posted @   贺秋雨  阅读(179)  评论(0编辑  收藏  举报
编辑推荐:
· 智能桌面机器人:用.NET IoT库控制舵机并多方法播放表情
· Linux glibc自带哈希表的用例及性能测试
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
阅读排行:
· 手把手教你在本地部署DeepSeek R1,搭建web-ui ,建议收藏!
· 新年开篇:在本地部署DeepSeek大模型实现联网增强的AI应用
· Janus Pro:DeepSeek 开源革新,多模态 AI 的未来
· 互联网不景气了那就玩玩嵌入式吧,用纯.NET开发并制作一个智能桌面机器人(三):用.NET IoT库
· 【非技术】说说2024年我都干了些啥
点击右上角即可分享
微信分享提示