0-8题

1章计算机硬件与组成基础

[if !supportLists]1. [endif]运维人员的重要职责有哪些?

1.7x24永不宕机

用户体验好

3保证数据不丢失

[if !supportLists]2. [endif]服务器尺寸的衡量单位是什么?

U 1U=4.45厘米

[if !supportLists]3. [endif]互联网企业常见的服务器品牌以及型号有哪些?

戴尔惠普


[if !supportLists]4. [endif]常见的服务器的型号有哪几种?

1Ur420 r430 2Ut720 r730

[if !supportLists]5. [endif]内存的特点有哪些?

内存是cpu和硬盘的之间缓冲设备是临时存储器,若断电,数据就会丢失。

[if !supportLists]6. [endif]简述程序、进程和守护进程之间的区别?

程序放在硬盘里相当于电影没播放

进程放在内存里如同正在播放的大片

守护进程开机就起动的程序相当于安全管家

[if !supportLists]7. [endif]简述buffer 和cache 区别?

Buffer写入缓冲区

Cache读取缓存区

[if !supportLists]8. [endif]什么是远程控制卡,作用是什么?

远程管理卡是服务器特有的远程管理部件,远程管理的可以看到开机

[if !supportLists]9. [endif]常见的磁盘的接口有哪几种?

Sas ide  sata  scsi

[if !supportLists]10. [endif]Raid 卡的级别有哪些?分别有什么特点?

Raid0  raid1 raid10

Raid0一块或多块硬盘连在一起        raid1两块盘或多块盘连在一起

没有冗余一块坏都坏冗余%100

性能是所有盘加一起的和性能是所有盘加一起的一半


2Linux 系统介绍与环境搭建准备

[if !supportLists]1. [endif]Linux 发展中三个重要人物及其贡献?

[if !supportLists]2. [endif]托马斯谭邦宁托瓦兹

[if !supportLists]3. [endif]简述GNU 是什么?

GNU计划又称革奴计划是由Richard Stallman 理查德·斯托曼  在1984年公开发起的

[if !supportLists]4. [endif]GPL 协议的内容有哪些?

任何人都能修改和共享自由软件的权利但是必须给出你更改的源代码

[if !supportLists]5. [endif]常见的Linux 发行版本有哪些?

[if !supportLists]6. [endif]Redhat centos

[if !supportLists]7. [endif]简述RedHat 和CentOS 之间的区别?


[if !supportLists]8. [endif]简述RedHat 和Fedora 系统之间的区别?

[if !supportLists]9. [endif]32 位系统和64 位系统之间的区别?

1.运行速度 64位的运行速度比32位的快一倍

 2.64位最大支持内存128G,32位最大支持4G

[if !supportLists]10. [endif]简述Linux 系统有哪些优秀的特点?

安全免费可以任意更改


3章企业级CentOS6.9 操作系统的安装

[if !supportLists]1. [endif]请简述Linux 系统中常见的几种分区及其作用

/boot 引导分区  存放内核的分区

Swap 交换分区 内存不够的话 保证服务器不关机 他上

[if !supportLists]2. [endif]请描述Linux 系统中不同分区方式及其应用场景


[if !supportLists]3. [endif]简述Vmware 虚拟机中虚拟网卡有哪三种连接方式

桥接模式 nat模式 仅主机模式

[if !supportLists]4. [endif]简述桥接模式和NAT 模式之间的区别

桥接模式相当于和物理机一样了用的是和物理机一样的ip

nat模式  物理机相当于一台路由器 虚拟机通过转换上网  不用外网ip


4章远程连接管理Linux 实践

[if !supportLists]1. [endif]常见的远程连接工具有哪些?


Xsells crt

[if !supportLists]1. [endif]远程连接工具采用的是什么协议,默认端口号是多少?

Ssh   22端口

[if !supportLists]2. [endif]简述远程终端工具连接不上虚拟机的故障排查思路?

1查看客户端ip 端口 是否正确

[if !supportLists]2. [endif]查看服务器端ip端口 是否正确和开启

[if !supportLists]3. [endif]查看防火墙是否关闭ssh服务是否开启

[if !supportLists]3. [endif]启动 sshd 服务的命令是 systemctl start sshd?

[if !supportLists]4. [endif]常见的无法远程连接服务器的原因有哪些?

ssh服务没开物理机nat服务没开   ip地址不对

[if !supportLists]5. [endif]查看网卡ip 的命令有哪些?

ip a

ipconfig

[if !supportLists]6. [endif]如何测试服务器能否连上互联网?

Ping服务器地址

[if !supportLists]7. [endif]什么是快照?

可以让时间倒流,操作过的说过话都不算数

[if !supportLists]8. [endif]Centos7 中如何修改默认网卡命名规则?

net.ifnames=0 biosdevname=0

.第5章Linux 系统命令行入门基础

[if !supportLists]1. [endif]请描述命令行提示符的各组成部分含义?

命令主体参数目标/文件和目录

[if !supportLists]2. [endif]对于不会使用的命令如何查询帮助?

Man  help  

[if !supportLists]3. [endif]Linux 系统关机命令有哪些?

Shutdown -h now

halt

[if !supportLists]4. [endif]Linux 系统重启命令有哪些?

Reboot shutbwot -r now

Reboot


[if !supportLists]5. [endif]linux 系统普通命令和内置命令有什么区别?

普通命令是在系统中存在的文件。

内置命令在系统中不存在文件,存在于bash解释器里


[if !supportLists]6. [endif]请写出在Xshell 命令行模式下你所知道的快捷键命令?

Ctrl+a 光标回到命令行首*

Ctrl+e 光标回到命令行尾*

Ctrl+f 光标向右移动一个字符(相当于方向键右键)

Ctrl+b 光标向左移动一个字符(相当于方向键左键)


Ctrl+k 复制剪切(删除)光标处到行尾的字符*

Ctrl+u 复制剪切(删除)光标处到行首的字符*

Ctrl+y 粘贴Ctrl+u,Ctrl+k,Ctrl+w删除的文本


Ctrl+Insert 复制命令行内容*

Shift+Insert 粘贴命令行内容*


Ctrl+c 中断终端正在执行的任务或者删除整行*

Ctrl+d 退出当前Shell命令行,还可以关闭xshell*

Ctrl+r 搜索命令行使用过的历史命令记录*


Esc+.(点) 获取上一条命令的最后的部分(空格分隔)*


Ctrl+l 清除屏幕所有内容,并在屏幕最上面开始一个新行,等同clear命令*

Ctrl+s 锁定终端,使之无法输入内容

Ctrl+q 解锁执行Ctrl+s的锁定状态

Ctrl+z 暂停执行在终端运行的任务*


!! 执行上一条命令

!pw 执行最近以pw开头的命令*



普通命令是在系统中存在的文件。

内置命令在系统中不存在文件,存在于bash解释器里

6Linux 文件及目录管理命令基础

[if !supportLists]1. [endif]创建一个/oldboy 目录。

[if !supportLists]2. [endif]Mkdir /oldboy

[if !supportLists]3. [endif]切换目录到/oldboy 下。

[if !supportLists]4. [endif]Cd /oldboy

[if !supportLists]5. [endif]查看当前路径所在位置。

Pwd


[if !supportLists]6. [endif]在上述oldboy 目录下创建一个oldgirl.txt 文件。

[if !supportLists]7. [endif]Touch /olbdoy/oldgirl.txt

[if !supportLists]8. [endif]通过一条命令同时创建oldboy1,oldboy2 两个目录。

[if !supportLists]9. [endif]Mkdir /oldboyl /oldboy2

[if !supportLists]10. [endif]把/oldboy/oldgirl.txt 文件复制到/opt 下。

[if !supportLists]11. [endif]Cp /oldboy/oldgirl.txt /opt

[if !supportLists]12. [endif]查看当前/opt 目录下有哪些文件。

[if !supportLists]13. [endif]ll

[if !supportLists]14. [endif]把/oldboy/oldgirl.txt 再次移动到/opt/下并且没有确认提示。

[if !supportLists]15. [endif]\Mv /oldboy/oldgirl.txt /opt

[if !supportLists]16. [endif]把/oldboy/oldgirl.txt 文件删除并且不提示。

[if !supportLists]17. [endif]Rm -fr /oldboy/oldgirl.tst

[if !supportLists]18. [endif]把/oldboy/目录删除并且不提示。

[if !supportLists]19. [endif]Rm  -fr /oldboy/oldgirl.tst


7Linux 目录文件与系统启动知识

[if !supportLists]1. [endif]如何在Vmware 下的Linux 系统中看到ISO 文件镜像中的文件。

[if !supportLists]2. [endif]Mount /mieia /tmp

[if !supportLists]3. [endif]当我们想要配置网卡信息时需要修改那个文件?


/etc/syscongif/network-scripts/ifcfg-eh0



8Linux 文件过滤及内容编辑处理

[if !supportLists]1. [endif]vim 编辑器中的快捷键有哪些?

+u  删除光标前面的  +k 删除光标后面的

+d 退出登陆 也可以退出xshell +y复制

+a 光标回航首 +e回行尾

[if !supportLists]2. [endif]给文件增加内容的方法(不少于三种)?

Vim  ge

Cat >>ge<

echo “LAONANHAI” >>GE

[if !supportLists]3. [endif]怎样实现在目前文件内容的基础上追加“I am oldboy”内容?

Echo”l am  oldboy“  >>ge

[if !supportLists]4. [endif]按行插入数字序列1-50 到文件/oldboy.txt 中。

Seq 50  >oldboy.txt


[if !supportLists]5. [endif]显示oldboy.txt 中20-30 行的内容。

grep 20 -A 10 oldboy.txt

[if !supportLists]6. [endif]

[if !supportLists]7. [endif]假设一个文件test.txt 中有如下内容:

Oldboy Oldgirl Oldboyedu

如何实现只打印出带有Oldboyedu 的行。

Grep ”Oldboyedu“  文件

[if !supportLists]8. [endif]如何将test.txt 中所有的old(含大写)都替换成young。

[if !supportLists]9. [endif]Tr ”young“ ”old“ >    vim test.txt :%s/old/young/g

[if !supportLists]10. [endif]如何实现无论正确输出结果还是错误报错都不提示统一追加到/tmp/error.log 文件中。

echo "I am oldboy" >oldboy.txt  2>oldboy.txt

-righ}H���o/

你可能感兴趣的:(0-8题)