- 论坛徽章:
- 2
|
最近做了点hp0-091的模拟题 发现 paper中的很多答案都有些错误 把我认为有问题的答案放上来 和大家讨论一下
1.Which file on an NFS server contains the list of currently mounted NFS file
systems?
A. /etc/exports
B. /etc/xtab
C. /etc/fstab
D. /etc/exportfs
Answer: B
个人认为是A 和B 都正确
我查询了有关资料说的If you want to export these manually without rebooting after making a change, use the exportfs -a command. This command reads the /etc/exports file and copies these entries to the /etc/xtab file.
2.What are standard ARPA services? Select THREE
A. ftp
B. tcp
C. rcp
D. udp
E. telnet
F. rlogin
G. bootp
Answer: C,F,G
个人认为答案应该为a:ftp e:telnet G:bootp 但G在书中没有明确写
3:Which actions are performed by the set_parms command? Select three
A. set the system date and time
B. configure the system to use DHCP
C. configure the system DNS settings
D. set the root password
E. configures network time protocol (NTP)
Answer: B,C,D 我认为答案应该为 ACD 但是D 我在机器上试验 命令好象执行后无反应 A可以设置
4:Which netmask is invalid for an Ipv4 Class B address? Select all that apply.
A. 255.255.255.0
B. 255.255.128.0
C. 255.255.160.0
D. 255.255.192.0
E. 255.255.254.0
Answer: E
这个问题 不清楚 希望强人能解释一下
5.Which file contains configuration data for a DNS client?
A. /etc/bind.conf
B. /etc/rc.config.d/dns/conf
C. /etc/resolv.conf
D. /etc.rc.config.d/namesvrs
Answer: D
我认为应该是为C
6:What does /etc/default set? Select three
A. password policies
B. default swap space
C. default file system type
D. disk space usage limits
E. system time zone
F. some security settings in the directory
Answer: B,D,F
我认为应该是C.E.F
7.Which file is used to automatically check and mount file systems?
A. /etc/mnttab
B. /var/adm/fstab
C. /etc/sbtab
D. /etc/fstab
Answer: C
我认为案是D
8.Which command will display the IP address to hardware address translation table?
A. netstat
B. lanscan
C. arp
D. linkloop
E. nslookup
Answer: E
应该是c:arp
9 UESTION 219
What file contains the information sent in response to a bootp broadcast?
A. /etc/boot.conf
B. /etc/rc.config .d/netadaemon
C. /etc/inetd.conf
D. /etc/bootptab
Answer: C 答案都不对 C 下面没有bootp的任何信息 d bootptab中有bootp配置 可是没有 broadcast
10.The fsck command is used to:-
A. Check & Repair NFS file system only.
B. Check & Repair NFS & JFS file system.
C. Roll back the JFS intent log only.
D. Check & Repair NFS & JFS at system boot time only.
Answer: D 应该为B
11.The difference between block & character I/O is:
A. Character I/O goes through the buffer & Block I/O does not.
B. Block I/O is for large date transfer only and character I/O is for small
C. data transfer only.
D. Character I/O is only used for tty devices.
E. Block I/O goes through the buffer cache and character I/O does not.
Answer: D 应该为D,E
12 uring a run-state change from run level 1 to run level 2, which of the following scripts would be run
last?
A. /etc/rc2.d/k900nfs.server
B. /etc/rc2.d/s565snmpTrpDst
C. /etc/rc2.d/S565snmpMib2
D. /etc/rc2.d/S100nfs.server
Answer: A
13:The default run state for a newly installed HP-UX system is:
A. 1
B. 2
C. 3
D. 4
Answer: B 我认为应该为应该为C
14:Which file on an NFS server contains a list of clients that currently have the server's NFS file systems
mounted?
A. /etc/mnttab
B. /etc/fstab
C. /etc/rmtab
D. /etc/nfstab
Answer: B 我认为C
15:Which of the following statements is false?
A. Every file in a JFS file system has a JFS superblock
B. JFS inodes are created as needed
C. The JFS extend size varies
D. Every file in a JFS file system has an inode
无答案 我认为是选C |
|