2016-12-08 00:00:00嘉辉 Linux认证
1、cron 后台常驻程序 (daemon) 用于:
a. 负责文件在网络中的共享
b. 管理打印子系统manages the printing subsystem
c. 跟踪管理系统信息和错误
d. 管理系统日常任务的调度 (scheduling)
2在大多数linux发行版本中,以下哪个属于块设备 (block devices) ?
a. 串行口
b. 硬盘
c. 虚拟终端
d. 打印机
3下面哪个linux命令可以一次显示一页内容?
a. pause
b. cat
c. more
d. grep
4怎样了解您在当前目录下还有多大空间?
a. use df
b. use du /
c. use du .
d. use df .
5怎样更改一个文件的权限设置?
a. attrib
b. chmod
c. change
d. file
01.d 02.b 03.c 04.c 05.b
6假如您需要找出 /etc/my.conf 文件属于哪个包 (package) ,您可以执行:
a. rpm -q /etc/my.conf
b. rpm -requires /etc/my.conf
c. r ..........
阅读全文[Linux认证]热门推荐
884
人