UNIX exam
jardownload
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
一套Unix面试题(带答案)- 4
61.Korn shell输出变量用: 2、export 62.对于SMP(对称多处理机)的CPU性能监视来说,我们可以用vmstat命令得到每个CPU的工作负荷情况 2、错误63.在Linux运行环境下,删除Lilo的命令是(假设Lilo安装在hda): 2、lilo –d /dev/hda 64.rawrite制作引导软盘,仅仅把数据写了进去没有进行校验,是否能够...2010-08-27 10:45:28 · 590 阅读 · 0 评论 -
一套Unix面试题(带答案)- 2
21. 以下给变量赋值的方法中,在bash下合理的有:(2.3.4) 2. variable=” this is a tested ip” 3. variable='this is a tested ip' 4. variable=this\ is\ a\ tested\ ip22. 下列表示中属于文件运算符的有:2、-x 3、-O23. 为表述算术表达式2*(3+...2010-08-27 10:45:30 · 652 阅读 · 0 评论 -
Unix面试题(英文 附答案)1-2
16. /分区越大约好,因为/越大,Linux启动速度越快。 错误17. What command will map all of the dependencies between modules into a file? B depmod -a18. You have Linux installed on a machine and you use LILO as your boot ...2010-08-27 10:45:31 · 308 阅读 · 0 评论 -
Unix面试题(英文 附答案)1-3
31. /etc/passwd文件中有以下几行:user1:x:1001:100::/usr/user1:/bin/shuser2:x:1002:100::/usr/user2:/bin/shuser3:x:1003:103::/usr/user3:/bin/sh现在user1想把他的文件 tt 给user3看应使用下面那条命令:chmod o+r tt32. The PCMCIA ca...2010-08-27 10:45:31 · 333 阅读 · 0 评论 -
Unix面试题(英文 附答案)1-1
1. unix 的 at 命令的功能是A作业调度2. 在Linux环境下lilo是:D引导程序。3. root 用户在 /usr/bin 目录下执行命令 chmod +s * 会对系统造成的最可能的伤害是:系统会立刻崩溃4. Which files are used to configure TCP Wrappers?A. /etc/tcpwrapper and /etc/access.c...2010-08-27 10:45:31 · 440 阅读 · 0 评论 -
Unix面试题(英文 附答案)1-6
66. What file would you edit to share out a directory via NFS? :/etc/exports67. 常用的单机备份工具有: tar cpio dump68. How many primary partitions can exist on an IDE hard drive ? :469. 系统管理员对于磁盘的管理任务主...2010-08-27 10:45:31 · 292 阅读 · 0 评论 -
Unix面试题(英文 附答案)1-7
86. fork 系统调用能:把当前进程复制一份,产生一个新进程87. Which files are used to configure TCP Wrappers? :/etc/hosts.allow and /etc/hosts.deny88. /boot目录用来存放Linux启动时所需要的一些数据和文件,如果该目录被破坏,系统将不能够启动,缺省情况下该目录应能由普通用户读 写。:错误8...2010-08-27 10:45:31 · 165 阅读 · 0 评论 -
Unix面试题(英文 附答案)1-4
41. 我们可以订阅新闻组、加入新闻列表获得最新的Linux资料。正确42. 有关管道,以下论述正确的是:B: 是一种设备。 C: 是进程间的一根”管子”,他把数据按先进先出的原则传送。 D: 对管道的操作与文件操作完全相同。43. cu 是远程登陆用的命令44. How can you find out which ports are being used? :netstat ...2010-08-27 10:45:32 · 204 阅读 · 0 评论 -
Unix面试题(英文 附答案)1-5
56. Which option can not be specified to a Client using the DHCP protocol? :web proxy server57. How can a user set up their own crontab entry?A. vi ~/.crontabB. cp /etc/crontab .C. crontab –vD. c...2010-08-27 10:45:32 · 170 阅读 · 0 评论 -
程序员经常用到的UNIX命令
1. 简单的文件维护与管理ls, cd, mkdir, rm, cp, mv, cat, more2. 源程序的编写vi, ed3. 编译与连接gcc, g++, ld4. 运行与调试adb,gdb5. 查看运行状态% ps –ef% grep aaa a.txt (aaa is the chars in the file name a.txt)% prstat (ctr...2010-08-27 10:45:32 · 178 阅读 · 0 评论 -
Unix面试题(英文 附答案)1-8
101. You install Linux and reboot your machine and you see only L instead of the expected LILO. What is wrong?:The first stage boot loader loaded but not the second stage.102. 某用户在上机过程中启动了很多进程,下面哪一条...2010-08-27 10:45:32 · 355 阅读 · 0 评论 -
Unix面试题(英文 附答案)2-4
61,What file contains a listing of default file systems?A fstab62,What command is used to mount a file system read-only? C mount -r 63, You want all the file systems listed in fstab to have qu...2010-08-27 10:45:30 · 156 阅读 · 0 评论 -
一套Unix面试题(带答案)- 3
41. 使用 tar cvz 命令将:(1.3.4)1建立一个归档文件 3. 显示执行的过程 4. 使用压缩或解压方式42. Linux系统中所有的文件都被连接到一个总的目录树中。 1、正确43. 一个多协议支持的X终端上的用户,可以在与大型主机和另外一个Linux系统进行会话的同时,还可以通过拨号方式再与其他系统进行连接和会话。1、正确 44. 创建一个用户帐号对于系统来说,需要...2010-08-27 10:45:30 · 612 阅读 · 0 评论 -
Unix面试题(英文 附答案)2-3
41, What switch is used with the useradd command to specify a user's initial group? D -g42, You had a contractor come into your company. You originally set his account to expire after thirty days...2010-08-27 10:45:30 · 159 阅读 · 0 评论 -
一套Unix面试题(带答案)- 5
81一般说来,通常Linux内核的源程序可以在____目录下找到。2、/usr/src 82. NIS服务器通常包括:1、主服务器 2、从服务器 3、二级服务器 4、 域名服务器83.假设执行如下的命令:alias lcd ‘ls –l \!;pwd * 现在输入 lcd test1 test2,shell实际上执行的是 2、ls –l test1 tes...2010-08-27 10:45:28 · 652 阅读 · 0 评论 -
Unix面试题(英文 附答案)2-1
1, Linux is a(n) _________ operating system, meaning the source code is freely available.C open sourced2, Which of the following will allow you to configure a dial-up connection? C rp3-config3, ...2010-08-27 10:45:29 · 235 阅读 · 0 评论 -
Unix面试题(英文 附答案)3-4
61、You have just added the following line to your syslog.conf file: lpr.info /dev/console. But, line printer messages are not being sent to the console. What is most likely the problem?:after modifyi...2010-08-27 10:45:29 · 192 阅读 · 0 评论 -
Unix面试题(英文 附答案)2-2
21, There is a file with the following permissions: -rw-r-r- What rights does the owner's group have? C read 22, Your system has a default mode of 666. You specify a umask value of 222. What will...2010-08-27 10:45:29 · 228 阅读 · 0 评论 -
Unix面试题(英文 附答案)3-5
81、What syslog.conf facility represents login processes? : auth 82、By default, when a file system is mounted, it is mounted______. :read-write83、What command can be used to find the current run ...2010-08-27 10:45:29 · 192 阅读 · 0 评论 -
Unix面试题(英文 附答案)3-2
21、If the at.allow file does not exist, then the _______ file will be checked in order to determine if a user has access to the at utility. D、at.deny22、You want to schedule a job to run at 3 am a we...2010-08-27 10:45:29 · 193 阅读 · 0 评论 -
Unix面试题(英文 附答案)3-3
41、Only files on the same file system can be hard-linked. A、True 42、Which of the following syslog.conf entries would cause mail error messages to be sent to the system console? A、mail.err /dev/...2010-08-27 10:45:29 · 172 阅读 · 0 评论 -
Unix面试题(英文 附答案)2-5
81, Your system has a default mode of 666. You specify a umask value of 222. What will be the default permissions?A 444 82,Your system has a default mode of 666. You specify a umask value of 022....2010-08-27 10:45:29 · 204 阅读 · 0 评论 -
Unix面试题(英文 附答案)2-6
101, What lilo.conf parameter will cause the root file system to be mounted read only? C read-only 102, What command can be used to print out system boot messages? B dmesg 103, Which of the fol...2010-08-27 10:45:30 · 224 阅读 · 0 评论 -
Unix面试题(英文 附答案)3-1
0、Which of the following can be used to change a user's initial group? AA、usermod -g 1、What is the minimum number of partitions needed to install Linux? D、22、What lilo option can be use to unins...2010-08-27 10:45:30 · 151 阅读 · 0 评论 -
Linux/Unix File System Interview Questions
Q: What’s the difference between Symbolic Link and HardLink?A: ln –s src dst-file vs. ln src-file dst-fileYou need to understand how file is stored on the File System and what I-node is all abo...2010-08-27 10:45:32 · 156 阅读 · 0 评论
分享