免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3212 | 回复: 3
打印 上一主题 下一主题

几个非常简单的AIX认证的题目,应该选哪个啊?多谢您的指点 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-05-25 11:18 |只看该作者 |倒序浏览
  1. 1. What should be done to test the lines of a shell script?

  2. a) Use the exec command
  3. b) Run the shell syntax checker shck
  4. c) Model them with a high level language (e.g., "C") first
  5. d) Enter each one at the command line and check the results

  6. 2. A user is logged on to an AIX system as the guest user and the guest home directory is /guest. When switching from the guest id to the user's normal id, which command will keep the user in /tmp?
  7.      A. cd  
  8.      B. cd /  
  9.      C. cd ..  
  10.      D. cd .  
  11. 3. Which of the following commands will force a save of any changes and then exit vi?
  12.      A. :wq  
  13.      B. :w!  
  14.      C. :x  
  15.      D. :wq!
  16. 4. Which of the following commands should be used to list all files in the current directory that have been changed during the current 24-hour period?
  17.      A. find / -ls -name "*" -print  
  18.      B. find .. -mtime 24 -ls  
  19.      C. find . -ctime 1 -print  
  20.      D. find ./ -mtime 24 -ls
  21. 5. Which of the following commands should be used to search for a $ (dollar sign) only in file1?
  22.      A. grep "$" file1  
  23.      B. grep \\$ file1  
  24.      C. grep -c $ file1  
  25.      D. grep $ file1
  26. 6. Which method would be used to cancel the print job number 321 that was submitted to the color print queue using the System V printer subsystem commands?a
  27. a. cancel color
  28. b. cancel -u 321
  29. c. cancel 321
  30. d. cancel -u color
复制代码

论坛徽章:
0
2 [报告]
发表于 2007-05-25 14:44 |只看该作者
E文不太好,AIX也不熟,当学习..
1b
2a( 没读懂什么意思.)
3d
4c
5a
6b

论坛徽章:
0
3 [报告]
发表于 2007-05-25 17:34 |只看该作者
看不懂阴沟里洗

论坛徽章:
0
4 [报告]
发表于 2007-05-25 18:20 |只看该作者
3 a
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP