linux综合测试
a
Chmod o t /shared/appdata 8、安装新kernel,版本为2.6.18-164.1.gls,此内核文件可以在http://instructor.example.com/yum/errata下载到;要求不要以此新版本的内核为默认启动的内核; Elinks http://instructor.example.com/yum/errata下载内核 Rpm –ivh 2.6.18-164.1.gls 在/boot/grub/grub.conf中defaults该为1(以为安装上新内核后它默认为0 即第一个启动) 9、配置本地可用的yum源指向,yum服务器为instructor,其地址为http://instructor.example.com/yum/Server.配置完成后使用yum安装x3270-x11程序;而后开启系统的核心数据包转发功能,即打开本机的路由功能; 在/etc/yum.repods.d中新建一个文件以.repo结尾(本例为local.repo).编辑此文件 【Server】 Name=server Baseurl=http://instructor.example.com/yum/Server Enable=0(是否启用) 配置完后保存退出. Yum install x3270-x11 –y Vim /etc/sysctl.conf中 其中net.ipv4.ip_forward = 1 保存退出. Sysctl –P 10、使用cups开启打印服务.新建本地打印机,名字为stationX,在描述中输入remote printer on instructor,要求: 1)选择ipp打印协议;远程打印服务器在instructor.example.com主机上,且打印机的名字为server; 2)选择genaric,text-only模式; 3)此打印机为本机默认使用的打印机,且能够共享给其它系统使用;(在图形界面下设置) 11、定义周期性计划任务,每天的9点25分执行/bin/echo howdy命令; Crontab –e 25 9 * * * /bin/echo howdy 12、启用本机做为NIS客户端的功能,NIS域名为notexample,服务器地址为192.168.0.254; NIS用户为guest200X(X为1-20),密码为password,要求其可以在机地登录; Nis 用ypbind 进程软件为(ypbind yp-tools) Set up Use nis -------notexample------192.168.0.254-------nisdomainname(查看自己所加入的nis域)--------service ypbind status (查看状态)--------rpcinfo –p 服务器的地址/localhost---------getent passwd (看看有没有guest用户) -------su – guests2020 13、配置autofs,能够从nfs服务器上自动挂载guest200X用户的家目录至本地主机,且要求用户自身对其家目录具有写权限; 在/etc/auto.master中 /home/guests /etc/auto.home 在/etc/auto.home中 * -rw,soft 192.168.0.254:/home/guests/$ Service autofs start 14、复制文件/etc/rc.d/rc.sysinit至/var/tmp目录.设置/var/tmp/rc.sysinit的属主和属组均为root,但terra用户对此文件具用写权限,而sara无此权限;其他用户具有只读权限; Cp /etc/rc.d/rc.sysinit /var/tmp Chown root:root /var/tmp/rc.sysinit Setfacl –m u:terra:rw- /var/tmp/rc.sysinit Setfacl –m u:sara:r /var/tmp/rc.sysinit Setfacl –m o:r /var/tmp/rc.sysinit 15、查找/shared目录下所有属主为sara用户的文件,并在查找到的同时将其复制到/backup目录; Find –user sara /shared –ok cp {} /backup ; RHCE试题部分: 1、对sshd做访问控制,要求只能来自example.com域中主机上的用户可以访问你的ssh服务,其他的均不可以访问; 在/etc/hosts.allow中 sshd: .example.com(192.168.0.0/255.255.255.0不接受/24) 在/etc/hosts.deny sshd: ALL 2、开启pop3服务,要求来自example.com域内主机上的用户florian可以通过此pop3服务收取自己的邮件;但来自于remote.test域内主机上的用户不可以访问此pop3服务;\ Yum install dovecot –y(yum install dovecot -y –nogpgcheck) Chkconfig dovecot on Service dovecot start vim /etc/dovecot.conf protocols = pop3 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |