A.chmod 420/root/testB.chmod u=r,g=w,o=-/root/testC.chmod u=r,g=w,o=0/root/testD.chmod u=rx,g=x,o=-/root/test
单项选择题下列命令远程可远程连接上主机10.0.0.10(hostname:server)的是()。
A.ssh root:10.0.0.10B.ssh root@10.0.0.10C.ssh 10.0.0.10D.ssh root@server
多项选择题临时关闭selinux的命令错误的是()。
A.sentenforce 0B.setenforce 0C.sentenforce 1D.systemctl stop selinux.service
多项选择题配置iSCSI服务器时,需要允许防火墙策略通过,下列命令错误的是()。
A.firewall-cmd --permanent --add-port=3360/tcpB.firewall-cmd --permanent --add-port=2260/tcpC.firewall-cmd --permanent --add-port=3260/tcpD.firewall-cmd --permanent --add-port=3266/tcp
多项选择题若配置NFS只读共享时,下列文件配置错误的是()。
A./bdata 10.0.0.10(rw)B./bdata 10.0.0.10(ro)C./data 10.0.0.10(no_root_squash)D./data 10.0.0.10(sync)
多项选择题将磁盘挂载到Linux系统的 mnt cdrom目录上,下列错误的命令是()。
A.mount /dev/cdrom /mnt/sr0B.mount /dev/sr0/mnt/sr0C.mount /dev/cdrom /mnt/cdromD.mount /dev/sr0/mnt/cdrom