Linux 核心的许可证是什么?(选择最合适的答案) a. NDA b. GDP c. GPL GNU 答案:C 谁是Linux的创始人(选择最合适的答案) a. Turbolinux b. AT&T Bell Laboratry c. University of Helsinki d. Linus Torvalds 答案:D Linux是 操作系统,意味着开放性源码是自由可用。(选择最合适的答案) a、封闭资源 b、开放资源 c、用户注册 d、开放性二进制 答案 b 确定myfile的文件类型的命令是什么(选择最合适的答案) a. type myfile b. type -q myfile c. file myfile d. whatis myfile 答案 C 用来分离目录名和文件名的字符是什么(选择最合适的答案) a. slash (/) b. period (.) c. dash (-) d. asterisk (*) 答案 A 你想显示文件"longfile"的最后10行,下面那个命令是正确的(选择最合适的答案) a、tail logfile b、head -10 longfile c、taid -d 10 longfile d、head longfile 答案 a 假如你得到一个运行命令被拒绝的信息,你可以用哪个命令去修改它的权限使之可以正常运行(选择最合适的答案) a. path= b. chmod c. chgrp d. chown 答案 b 拷贝mydir/myfile文件到dir2目录下,但是系统提示这个文件已经存在,下面那个命令是正确的(选择最合适的答案) a、cp -w mydir/myfile dir2 b、cp -i mydir/myfile dir2 c、cp mydir/myfile dir2 d、cp -v mydir/myfile dir2 答案 b 下面那个命令允许对文件重命名(选择最合适的答案) a、rn b、rname c、replace d、mv 答案 d 假如文件是按8进制来定义,下面那个值代表了读和写(选择最合适的答案) a、2 b、6 c、4 d、1 答案 b linux临时目录一般存在下面那个文件夹中(选择最合适的答案) a、/tmp b、/proc c、/data d、/dev 答案 a 一个文件的权限是-rw-rw-r--,这个文件所有者的权限是什么(选择最合适的答案) a、read-only b、read-write c、write 答案 b 下面哪个值代表多用户启动(选择最合适的答案) a、1 b、0 c、3 d、5 答案 c 下面哪个文件代表系统初始化信息(选择最合适的答案) a、/etc/inittab b、/etc/init c、/etc/proc d、/etc/initproc 答案 a 哪条命令从当前系统切换到启动级别1(选择最合适的答案) a、inittab 1 b、init 1 c、level 1 d、rlevel1 答案 b 下面哪个选项能取消shutdown命令(选择最合适的答案) a、shutdown -c b、shutdown -x c、shutdown -u d、shutdown -n 答案 a