设为首页收藏本站

LinuxTone | 运维专家网论坛 - 最棒的Linux运维与开源架构技术交流社区!

 找回密码
 注册

用新浪微博连接

一步搞定

QQ登录

只需一步,快速开始

查看: 3918|回复: 16

RHCE的考题&&RHCE课程PPT   [复制链接]

Rank: 7Rank: 7Rank: 7

签到
40
注册时间
2008-11-19
最后登录
2012-2-7
在线时间
208 小时
阅读权限
100
积分
1720
帖子
144
主题
37
精华
0
UID
584

LT粉丝

发表于 2009-12-16 00:54:56 |显示全部楼层


  1. morning:
  2. Part I
  3. 1. login user root with "P@ssw0rd" password
  4. 2. ping 192.168.0.254 is ok, and use static ip addr 192.168.0.X/24,stationX.example.com,router: 192.168.0.100,dns server:192.168.0.254
  5. 3. dig server1.example.com is ok, which dns resolve
  6. 4. can login to display-manager in run level 5
  7. 5. make new partitions with 300M size(ext3 fs mount in /mnt/newdir
  8. 6. create user named neo,set quota for user neo , dd </dev/zero >/home /neo/file bs=1024 count=30000 is ok ;count=70000 is fail
  9. 7. create two  partitions(200M,300M),join vg0,create lv0(270M,ext3) ,extend lv0 to 330M,,mount in /mnt/lv0
  10. 8. showmount -e localhost, /export is ok
  11. part II
  12. 1. boot into run level 3, and login users
  13. 2. can loggin to login system
  14. 3. can not boot successfully
  15. afternoon:
  16. domain:example.com in 192.168.0.0/24
  17. domain:cracker.org in 192.168.1.0/24
  18. part rhct:
  19. 1. set root passwd is redhat
  20. 2. installation:   
  21. partitions:  
  22. /boot 128M
  23. /  2000M
  24. /usr  2048M
  25. /var  512M
  26. /home 512M
  27. swap 1.5-2 times
  28. /documents
  29. RAID0 two partitions,remaining partitions
  30.         installtree: nfs server1:/var/ftp/pub
  31. selinux enforcing
  32. iptables disable

  33. 3. update kernel from ftp://server1/pub/updates
  34.         boot use update kernel defaults
  35.         the original kernel is available
  36. 4. install telnet-server rpm packages(yum path : ftp://192.168.0.254/pub/Server)
  37. 5.
  38. add group sysusers
  39. add eric and jame belong to group sysusers as secondary group
  40. add user john with a nologin shell.the user john not belong to group sysusers
  41. their password is password
  42. 6.
  43. create a dir namely /documents/testdir/
  44. set the group ownership is sysusers
  45. the group sysusers has write,read,and executable permissions for /documents/testdir/, and other users has no any permissions for this dir
  46. the user create any files that group ownership is sysusers in this dir
  47. 7.
  48. NIS: the nis server is server1.example.com ,and nis domainname is notexample, the guest200X can login to your system (see details below), which X is your station number.
  49. NOTE:the NIS server sharing the nfs share , for example /home/guests/guest200X for stationX , and guest200X’s home dir is /home/guests/guest200X . So , you must set autofs service to automount the guest200X's home dir on your system when use guest200X login your system.
  50. 8. POP3: user eric can receive mail from example.com domain
  51. the users within cracker.org domain can not use  it.
  52. 9. create printer named myprinter (ipp-hostname:server1.example.com,printername:hpprinter-generic-textonly),and send a document file to myprinter and test print.
  53. 10.set ntp server:192.168.0.254
  54. 11. forriden ping
  55. 12. create jobs at every sunday 23:00 to backup /etc/ to /backup/etc"current date"
  56. Part rhce:
  57. 1.
  58. ssh:user eric can ssh eithin example.com
  59. other domain can not ssh to your system
  60. 2.
  61. SMB:set your samba workgroup is CORP
  62. Share your /documents/ dir with share name is /documents/
  63. Only example.com domain can use this share
  64. The share can browseable
  65. User eric can read access to the share and his home dir  with password is password
  66. 3.
  67. FTP:anonymous user can access ,within example.com
  68. Any domain can not access without example.com
  69. 4.
  70. SMTP:the user eric can receive the mail that to  user jane
  71. User eric can send/receive mail from remote and localhost
  72. 5.
  73. HTTP:download ftp://server1/pub/download/station.html , and do not modify it.
  74. Put station.html file to your http documents root dir as index.html file
  75. Access http://stationX.example.com is ok

  76. Appitional:
  77. 1.
  78. Imaps:user eric can receive mail from example.com domain
  79. Any domain can not use the server without example.com
  80. Set ssl certificate with the following settings:
  81.            Comman name: stationX.example.com
  82.            Orign unit: GPL
  83.     Mail address: root@stationX.example.com
  84.     other Setting  is default
  85. 2. proxy:the example.com domain can useage it but not any others
  86. 3. http:download ftp://server1/pub/download/www.html
  87. set virtual host wwwX.example.com , the documents root is /var/www/virtual
  88. make the www.html as the index.html for wwwX.example.com
  89. the example.com domain’s resolve setting is already provide by DNS server server1.example.com

  90. 30 22 * * 1 cp -a /etc/passwd /storage/testdir$(date +%Y%m%d)
  91. servic crond restar
复制代码
附件: 你需要登录才可以下载或查看附件。没有帐号?注册
用扯淡的勇气,直面?蛋的人生!

Rank: 7Rank: 7Rank: 7

注册时间
2008-11-19
最后登录
2012-2-7
在线时间
208 小时
阅读权限
100
积分
1720
帖子
144
主题
37
精华
0
UID
584

LT粉丝

发表于 2009-12-16 01:09:06 |显示全部楼层
你们谁有金钱?发我点
用扯淡的勇气,直面?蛋的人生!

使用道具 举报

Rank: 3Rank: 3

注册时间
2008-11-12
最后登录
2012-1-22
在线时间
73 小时
阅读权限
30
积分
317
帖子
58
主题
4
精华
0
UID
541
发表于 2009-12-21 11:37:04 |显示全部楼层
这样的帖子版主应该主动删掉

使用道具 举报

Rank: 1

注册时间
2009-12-21
最后登录
2009-12-22
在线时间
0 小时
阅读权限
10
积分
1
帖子
1
主题
0
精华
0
UID
7224
发表于 2009-12-22 10:20:09 |显示全部楼层
呵呵,看了一下,谢谢了。

使用道具 举报

Rank: 8Rank: 8

注册时间
2009-7-3
最后登录
2012-2-7
在线时间
84 小时
阅读权限
90
积分
4778
帖子
112
主题
3
精华
0
UID
3988
发表于 2010-7-10 20:58:21 |显示全部楼层
回复 3# loamy


    为什么要删掉呢?

使用道具 举报

Rank: 1

注册时间
2010-7-16
最后登录
2011-7-19
在线时间
5 小时
阅读权限
10
积分
32
帖子
2
主题
0
精华
0
UID
9830
发表于 2010-7-16 17:23:05 |显示全部楼层
附件无法下载,麻烦给我传一份好吗?kongzheng1987@sina.com

使用道具 举报

Rank: 2

注册时间
2010-8-4
最后登录
2010-10-28
在线时间
2 小时
阅读权限
20
积分
59
帖子
15
主题
1
精华
0
UID
10012
发表于 2010-8-5 00:36:12 |显示全部楼层
楼主,附件不能下载了!!

麻烦帮忙edit下~~!

使用道具 举报

Rank: 3Rank: 3

注册时间
2009-8-8
最后登录
2011-12-22
在线时间
9 小时
阅读权限
30
积分
244
帖子
7
主题
0
精华
0
UID
4665
发表于 2010-8-5 11:59:35 |显示全部楼层
因为要负法律责任吧

使用道具 举报

Rank: 3Rank: 3

注册时间
2010-9-9
最后登录
2012-1-19
在线时间
1 小时
阅读权限
30
积分
470
帖子
5
主题
0
精华
0
UID
10342
发表于 2010-9-10 00:21:36 |显示全部楼层
感謝你提供此資料..感激不盡

使用道具 举报

Rank: 3Rank: 3

注册时间
2010-9-9
最后登录
2012-1-19
在线时间
1 小时
阅读权限
30
积分
470
帖子
5
主题
0
精华
0
UID
10342
发表于 2010-9-10 00:22:23 |显示全部楼层
無法下載喔,可以給我此資料嗎..3Q
iwinblue@yahoo.com.tw

使用道具 举报

Rank: 2

注册时间
2010-6-24
最后登录
2011-11-17
在线时间
167 小时
阅读权限
20
积分
191
帖子
43
主题
6
精华
0
UID
9424
发表于 2010-9-29 20:34:45 |显示全部楼层
附件文件不存在或无法读入,请与管理员联系。

使用道具 举报

Rank: 2

注册时间
2010-10-6
最后登录
2011-12-12
在线时间
13 小时
阅读权限
20
积分
127
帖子
3
主题
0
精华
0
UID
10528
发表于 2010-10-11 00:16:37 |显示全部楼层
一看你这个人就不讲信用,自己签的保密协议没一点约束力

使用道具 举报

Rank: 2

注册时间
2010-8-2
最后登录
2011-8-9
在线时间
102 小时
阅读权限
20
积分
173
帖子
16
主题
1
精华
0
UID
9980
发表于 2010-10-12 11:33:17 |显示全部楼层
这个就是真实的考题 ,其实很多培训机构也有的,考前都给你看。

使用道具 举报

Rank: 3Rank: 3

注册时间
2010-9-17
最后登录
2010-11-1
在线时间
36 小时
阅读权限
30
积分
241
帖子
55
主题
0
精华
0
UID
10403
发表于 2010-10-13 22:00:10 |显示全部楼层
好东西,研究下。

使用道具 举报

Rank: 3Rank: 3

注册时间
2010-3-11
最后登录
2012-1-3
在线时间
18 小时
阅读权限
30
积分
285
帖子
26
主题
0
精华
0
UID
8250
发表于 2010-10-13 22:59:37 |显示全部楼层
哈哈哈 满分通过了!

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

IT运维专家网感谢红之盟网络提供带宽支持

合作联系: QQ:67888954/MSN:cnseek@msn.com/mail:netseek@linuxtone.org

Archiver|手机版|感谢所有关心和支持过LinuxTone的朋友们 转载本站内容请注明原作者名及出处 ( 京ICP备08103151 )   |

GMT+8, 2012-2-8 01:14 , Processed in 0.077364 second(s), 12 queries , Memcache On.

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部