- 4
- 0
- 约2.38万字
- 约 19页
- 2017-01-19 发布于重庆
- 举报
IBM認证考试题
IBM 000-103
AIX 6.1 Basic Operations
81 QA
Version 3.0
答案中第一个字母代表网上的答案,不一定正确,下同。如有意见,在后面加括号。
1. An operator needs to schedule the script /usr/scripts/listall.ksh to run at 19:00 on the current day. What is the correct form of the at command to accomplish this task?
A. at 7 /usr/scripts/listall.ksh
B. at 7 P /usr/scripts/listall.ksh
C. at now + 7 /usr/scripts/listall.ksh
D. at today + 7 p /usr/scripts/listall.ksh
B。但是貌似没有一个答案对的,7P可以代表7pm,但是输入执行的脚本的方式不对。可能的方法: echo /usr/scripts/listall.ksh | at 7 P
2. Which of the following commands will display what space is used in /tmp filesystem?
A.
原创力文档

文档评论(0)