单选题 cron 后台常驻程序(daemon)用于( )
A、负责文件在网络中的共享
B、管理打印子系统
C、跟踪管理系统信息和错误
D、管理系统日常任务的调度
单选题 怎样更改一个文件的权限设置?( )
A、atrib
B、chmod
C、change
D、file
单选题 假如您需要找出 /etc/my.conf 文件属于哪个包 (package) ,您可以执行( )
A、rpm -qf /etc/my.conf
B、rpm -requires /etc/my.conf
C、npm -qf /etc/my.conf
D、rpm -q | grep /etc/my.conf
单选题 在linux系统中修改一个用户test的UID号为1111的命令是哪个( )。
A、usermod -u 1111 test
B、usermod -d 1111 test
C、useradd -u 1111 test
D、usermod -s 1111 test
单选题 如何在文件中查找显示所有以"*"打头的行?( )
A、find \* file
B、wc -l * < file
C、grep -n * file
D、grep '^\*' file
单选题 为a.txt文件的所属组添加一个执行权限的命令是( )。
A、chown u+x a.txt
B、chown g+x a.txt
C、chmod o+x a.txt
D、chmod g+x a.txt
单选题 下列关于Linux字符文件类型描述,正确的是( )
A、d表示目录文件
B、-表示目录文件
C、p表示链接文件
D、d表示普通文件