A.ServerNameB.DocumentRootC.VirtualHostD.Directory
多项选择题虚拟主机的实现方法有()。
A.基于IP的方法B.基于端口的方法C.基于主机名的方法D.基于域名的方法
多项选择题iSCSI主要包含()两个部分。
A.iSCSI serverB.iSCSI clientC.iSCSI targetD.iSCSI initiator
单项选择题启动iSCSI服务的命令是()。
A.systemctl start iscsiB.systemctl start targetC.systemctl enable iscsiD.systemctl enable target
单项选择题进入数据库navy1后,将数据库脚本( data navy2.sql)导入到数据库中的正确语句是()。
A.include /data/navy2.sqlB.source /data/navy2.sqlC.import /data/navy2.sqlD.@/data/navy2.sql
单项选择题MariaDB中给stu001授予hr数据库的所有权限,正确的是()。
A.grant all on hr.*to ’stu001’@’localhost’B.grant on hr.*to ’stu001’@’localhost’C.grant all on hr.student to ’stu001’@’localhost’D.grant all on hr.*to stu001@localhost
单项选择题MariaDB缺省配置时,通过检查端口的办法判断服务是否正常启动,使用的命令是()。
A.netstat -ant∣grep 3306B.netstat -ant ∣find 3306C.netstat -ant &grep 1433D.netstat -ant∣∣grep 3306
单项选择题使用yum安装MariaDB的服务时,安装的包的名称是()。
A.mariadb-serverB.mariadb.clientC.mariadb-groupD.mariadb.server
单项选择题在客户端下载FTP服务器中的test.txt文件使用的命令是()。
A.get test1.txtB.put test.txtC.load test.txtD.cp test.txt
单项选择题在防火墙中永久开放FTP服务的命令是()。
A.firewall-cmd --add-service=ftpB.firewall-cmd --permanent --add-service=ftpC.firewall-cmd --permanent --service=ftpD.firewall-cmd --permanent --add-service-ftp
单项选择题安装vsftpd的软件包可以用的命令是()。
A.yum -y install vsftpdB.install vsftpdC.rpm vsftpdD.yum vsftpd