单选题 下面哪种用户类型在Linux系统中不存在?( )

A、 超级用户
B、 高级用户
C、 普通用户
D、 系统用户
下载APP答题
由4l***j5提供 分享 举报 纠错

相关试题

单选题 将文本文件test1.txt更名为test2.txt,下列命令( )可以实现。

A、echo test1.txt > test2.txt
B、rm test1.txt test2.txt
C、cat test1.txt > test2.txt
D、mv test1.txt test2.txt

单选题 以下哪条命令可以实现关机?( )

A、init 6
B、init 5
C、init 0
D、init 1

单选题 若要将当前目录中的myfile.txt文件压缩成myfile.txt.tar.gz,则实现的命令为( )。

A、tar -cvf myfile.txt myfile.txt.tar.gz
B、tqr -zcvf myfile.txt myfile.txt.tar.gz
C、tar -zxvf myfile.txt.tar.gz myfile.txt
D、tar -cvf myfile.txt.tar.gz myfile.txt

单选题 如何快速切换到用户helen的主目录下?( )

A、cd @helen
B、cd ~helen
C、cd &helen
D、cd #helen

单选题 若要查看文件test.txt的前5行内容,可用下列命令( )。

A、head -n 5 test.txt
B、tail -n 5 test.txt
C、more -n 5 test.txt
D、less -n 5 test.txt

单选题 在vi编辑器中的模式下,键入( )可在光标当前所在行下添加一新行。

A、 <o>
B、<O>
C、Insert
D、a

单选题 使用mkdir命令创建新的目录时,在父目录不存在时先创建父目录的选项是( )。

A、 -m
B、d
C、-f
D、-p

单选题 目前处于Vi的插入模式,若要切换到末行模式,以下操作方法中正确的是( )。

A、按“ESC”键
B、按“ESC”键,然后按“:”键
C、直接按“:”键
D、直接按“shift”+“:”组合键