多项选择题
A.Shell在Linux系统中充当翻译交互的作用B.Shell的主要作用是执行用户输入的命令C.SELinux的主要目标是防止用户数据泄露D.SELinux的主要目标是防止已遭泄露的系统服务访问用户数据
要求/root/test文件的权限为所有者可读,所有组可写,其他人无权限。以下正确的是()。A.chmod 4...
多项选择题要求/root/test文件的权限为所有者可读,所有组可写,其他人无权限。以下正确的是()。
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.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.sen...
多项选择题临时关闭selinux的命令错误的是()。
A.sentenforce 0B.setenforce 0C.sentenforce 1D.systemctl stop selinux.service