本篇内容主要讲解“Linux运维工程师常用的操作有哪些”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Linux运维工程师常用的操作有哪些”吧!

1.Shell命令行
光标移到行首:Ctrl+a
光标移到行尾:Ctrl+e
删除所有内容:Ctrl+u
2.Vim命令模式
光标移到行首:0或者Shift+^
光标移到行尾:Shift+$
光标移到首行:gg
光标移到尾行:Shift+g
撤销当前操作:u
3.查看Linux版本信息
lsb_release -a
cat /etc/redhat-release
cat /etc/issue
cat /proc/cpuinfo
cat /proc/version
uname -a
uname -r
lsb_release -a command not found 解决方法
[root@localhost ~]# lsb_release -a-bash: lsb_release: command not found
解决方法:
yum install -y redhat-lsb
4.查看内存
free -m
free -h
cat /proc/meminfo
5.Linux终端常用快捷键
新建终端:Ctrl + Shift +T
放大终端:Ctrl + Shift + +
缩小终端:Ctrl + -
终端全屏:F11
VMware全屏:Ctrl + Alt + Enter
到此,相信大家对“Linux运维工程师常用的操作有哪些”有了更深的了解,不妨来实际操作一番吧!这里是天达云网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!