使用Linux很久了,现对经常用到的快捷键做一个总结:
[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
[root@localhost ~]# cd /etc/sysconfig/network-scripts/ [root@localhost network-scripts]# cd /etc/sysconfig/network-scripts/ //上一条命令
[root@localhost ~]# cd [root@localhost ~]# dc //ctrl+t 对两个字符进行交换
[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]#
ctrl + r 查找历史命令,ctrl+g退出搜索
[root@localhost network-scripts]# (reverse-i-search)`yu‘: yum install lynx //ctrl + r 历史命令查找
目前我想到的有这么多,以后再慢慢的补充,常用的也就差不多这些了。
原文:https://www.cnblogs.com/heqiuyu/p/10369601.html