免费注册 查看新帖 |

Chinaunix

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

[HP UINX] 帮忙! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2002-09-23 10:36 |只看该作者 |倒序浏览
帮着看看这些题!
1.Using the appropriate command, verify that the LAN hardware is installed and is recongnized by the system. What Command(s) did you use?
A.#lanscan
B.#ifconfig
C.#lanadmin
2.use which command to view the networking software that is loaded?
A.        #swverify
B.        #setld
C.        #swlist
D.        #listsw
3.Determine the current configuration of all LAN cards installed in your system,use which command?
A.        #lanscan
B.        #lanadmin
C.        #ifconfig
D.        #ifconfig –a
4.Can I have filenames longer than 14 chars?
A.        Yes,modify /etc/convertfs file
B.        Yes,modify /etc/inittab
C.        Yes,modify /etc/fstab
D.        No.
5.How can I tell what products have been loaded on my system?
A.        For9.X,check the /etc/filesets
B.        For 10.X,use #swlist
C.        Use,#swinstall
D.        Use,#listproduct –l

6.About HP-UX licensing,which of following is incorrect?
A.        Display console count as one user
B.        Each ASCII terminal counts as a user,regardless of how it is connected
C.        Each telnet counts as a one user
D.        The LAN connection counts as one user
7.How do I boot into single user mode?
A.        ISL>hpux –i1 disc(;0)/stand/vmunix
B.        ISL>hpux –is disc(;0)/stand/vmunix
C.        ISL>hpux –iS disc(;0)/stand/vmunix
8.Can you modify root shell to korn shell via /etc/passwd
A.        Yes
B.        NO
9.How can I change the order of hostname resolution?
A.        modify /etc/nsswitch.conf
B.        modify /etc/named.conf
C.        modify /etc/named/named.boot
10.which command check swap size?
A. #swap –s
B. #swapinfo –t
C. #more /etc/fstab
D. #df –k
11.How come I can\'t get all of my swap space?
A.        default kernel parameter “maxswapchunks” is 512MB,if you config more swap, you need to increase its size
B.        default kernel parameter “maxswapsize” is 512MB,if you config more swap, you need to increase its size
C.        default kernel parameter “maxswapx” is 512MB,if you config more swap, you need to increase its size
12.How do I change the hostname, IP address, DNS Server, etc?
A.        modify /etc/netconf
B.        #/sbin/set_parms <parameter>
C.        #uname to change hostname,#ifconfig to modify IP Address,modify /etc/named files to change DNS server.
13.use which command to find the disk devices?
A.#lsdev
B.#file /dev/dsk/rr*c
C.#ioscan –funC disk
D.#vgdisplay –v
14.use which comand to create a physical volume?
A.        #pvcreate –f /dev/dsk/c0t1d0
B.        #pvcreate –f /dev/rdsk/c0t1d0
C.        #pvcreate –v /dev/dsk/c0t1d0
15.What is the full path of the file which was created as a result of the vgcfgbackup command automatically running?
A.        /etc/lvmconfig
B.        /etc/lvmconf
C.        /etc/vgconf
16.Which comand to make the vg group device
A. #insf
B. #mksf
C. #mknod
D. #mkmod
17.How to backup one file system?
A.        #fbackup
B.        #fsback
C.        #make_recovery –A
18.which configure file detemine which clients are allowed ftp access?
A.        /var/adm/inetd.sec
B.        /etc/netconf
C.        /etc/inetd.sec
D.        /var/adm/netconf.sec
19.How to make the command “cat * > bigfile”  immune to hangup(logout)-no hangup?
____________________________
20.how to View routing table?
____________________________

论坛徽章:
0
2 [报告]
发表于 2002-09-23 11:24 |只看该作者
是要考认证的吧?这么多,找本书来看看如何呢?

论坛徽章:
0
3 [报告]
发表于 2002-09-23 11:32 |只看该作者
书找不到啦!
FENNG,好些东西没用过,帮忙给个答案,正正在给你编辑悄悄话呢!

论坛徽章:
0
4 [报告]
发表于 2002-09-23 11:56 |只看该作者
1.Using the appropriate command, verify that the LAN hardware is installed and is recongnized by the system. What Command(s) did you use?
A.#lanscan ***
B.#ifconfig
C.#lanadmin
2.use which command to view the networking software that is loaded?
A.        #swverify
B.        #setld
C.        #swlist  ****
D.        #listsw
3.Determine the current configuration of all LAN cards installed in your system,use which command?
A.        #lanscan  ****
B.        #lanadmin
C.        #ifconfig
D.        #ifconfig –a 
4.Can I have filenames longer than 14 chars?
A.        Yes,modify /etc/convertfs file
B.        Yes,modify /etc/inittab
C.        Yes,modify /etc/fstab
D.        No.


7.How do I boot into single user mode?
A.        ISL>hpux –i1 disc(;0)/stand/vmunix
B.        ISL>hpux –is disc(;0)/stand/vmunix ***
C.        ISL>hpux –iS disc(;0)/stand/vmunix
8.Can you modify root shell to korn shell via /etc/passwd
A.        Yes **
B.        NO

10.which command check swap size?
A. #swap –s
B. #swapinfo –t ***
C. #more /etc/fstab
D. #df –k
11.How come I can\'t get all of my swap space?
A.        default kernel parameter “maxswapchunks” is 512MB,if you config more swap, you need to increase its size ****
B.        default kernel parameter “maxswapsize” is 512MB,if you config more swap, you need to increase its size
C.        default kernel parameter “maxswapx” is 512MB,if you config more swap, you need to increase its size


13.use which command to find the disk devices?
A.#lsdev
B.#file /dev/dsk/rr*c
C.#ioscan –funC disk  ***
D.#vgdisplay –v
14.use which comand to create a physical volume?
A.        #pvcreate –f /dev/dsk/c0t1d0  
B.        #pvcreate –f /dev/rdsk/c0t1d0 ****
C.        #pvcreate –v /dev/dsk/c0t1d0

16.Which comand to make the vg group device
A. #insf  **
B. #mksf
C. #mknod
D. #mkmod
17.How to backup one file system?
A.        #fbackup ***
B.        #fsback
C.        #make_recovery –A

19.How to make the command “cat * > bigfile”  immune to hangup(logout)-no hangup?
nohup
____________________________
20.how to View routing table? #netstat -rn
____________________________

论坛徽章:
0
5 [报告]
发表于 2002-09-23 12:20 |只看该作者
3. a
lanscan - display LAN device configuration and status
lanadmin - local area network administration prog
4. c
5. c
6. c
9. b
12. b
16. c

论坛徽章:
0
6 [报告]
发表于 2002-09-23 12:29 |只看该作者

第三道题的答案不对!!

klmy_b1#[/]ifconfig -a
ifconfig: no such interface

论坛徽章:
0
7 [报告]
发表于 2002-09-23 12:30 |只看该作者
3.Determine the current configuration of all LAN cards installed in your system,use which command?
A.        #lanscan  **
B.        #lanadmin
C.        #ifconfig
D.        #ifconfig –a
4.Can I have filenames longer than 14 chars?
A.        Yes,modify /etc/convertfs file ***
B.        Yes,modify /etc/inittab
C.        Yes,modify /etc/fstab
D.        No.
5.How can I tell what products have been loaded on my system?
A.        For9.X,check the /etc/filesets ***?
B.        For 10.X,use #swlist ***
C.        Use,#swinstall
D.        Use,#listproduct –l

6.About HP-UX licensing,which of following is incorrect?
A.        Display console count as one user
B.        Each ASCII terminal counts as a user,regardless of how it is connected
C.        Each telnet counts as a one user
D.        The LAN connection counts as one user

9.How can I change the order of hostname resolution?
A.        modify /etc/nsswitch.conf **
B.        modify /etc/named.conf
C.        modify /etc/named/named.boot


12.How do I change the hostname, IP address, DNS Server, etc?
A.        modify /etc/netconf
B.        #/sbin/set_parms <parameter> ****
C.        #uname to change hostname,#ifconfig to modify IP Address,modify /etc/named files to change DNS server.


15.What is the full path of the file which was created as a result of the vgcfgbackup command automatically running?
A.        /etc/lvmconfig
B.        /etc/lvmconf
C.        /etc/vgconf 没看明白要问什么

16.Which comand to make the vg group device
A. #insf  **
B. #mksf   **
C. #mknod
D. #mkmod

18.which configure file detemine which clients are allowed ftp access?
A.        /var/adm/inetd.sec
B.        /etc/netconf
C.        /etc/inetd.sec
D.        /var/adm/netconf.sec

供参考吧,有的题目问的也比较模糊

论坛徽章:
0
8 [报告]
发表于 2002-09-23 12:34 |只看该作者

romance 兄弟!!

你从哪里弄来的模拟题??

能否给我一份??先谢了!!:)
dujun1977@163.com

论坛徽章:
0
9 [报告]
发表于 2002-09-23 12:46 |只看该作者
又及:
15 应为 b , /etc/lvmconf
16 应为c ,mknod
另外,18 应为inetd.sec, 具体位置可能是/var/adm

论坛徽章:
0
10 [报告]
发表于 2002-09-23 12:56 |只看该作者
16本人也觉得应为mknod......
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP