2016年Linux认证考试模拟练习及答案

乐求学 人气:1.15W

下面哪个命令能去掉主引导信息里的内容(选择最合适的答案)

2016年Linux认证考试模拟练习及答案

a、fdisk /mbr

b、format /mbr

c、mbr/format

d、mbr/replace

答案 a

下面哪条命令可以显示交换内存(选择最合适的答案)

a、showmem

b、freemem

c、swap

d、free

答案 d

下面哪条命令可以显示用户默认设置(选择最合适的答案)

a、useradd -u

b、show defaults

c、show user defaults

d、useradd -D

答案 d

下面哪段定义了添加一个tar文件的信息(选择最合适的答案)

a、use the append command

b、use the add command

c、use the tar command with the -a switch

d、use the tar command with the -r switch

答案 d

在vi中下列哪些命令不能用来在光标前插入文本?()

a. p [text]

b. a [text]

c. i [text]

d. o [text]

答案 abd

关于linux下列说明哪些是正确的? ()

a. Linux 是一个开放源码的操作系统.

b. Linux 是一个类 UNIX的操作系统.

c. Linux 是一个多用户的操作系统.

d. Linux 是一个多任务的`操作系统.

答案 abcd

下列那些叙述是正确的? ()

a. 在DOS下可以用命令rawrite创建安装磁盘.

b. 在DOS下可以用命令dd创建安装磁盘.

c. 通常可以从可引导的CDROM中安装TurboLinux系统.

d. "rawrite" 可以在linux中运行.

答案 ac

哪些命令组合起来能统计多少用户登录系统(答案)

| wc -w

| wc -l

| wc -c

| wc

答案 bd

如果你对文件和目录的权限不确定,则不能用 _______命令来检测权限.()

a. ps

b. ls -l

c. ck

d. chown

答案 acd

下面哪些环境变量是在Turbolinux shell下被定义的?(选择所有合适的答案)

a. PATH

b. CD

c. PS1

d. TERM

答案 abc