(难度:中等)linux操作系统执行“cd /root"命令可以切换目录到/root
(难度:中等)linux操作系统执行“cd /root"命令可以切换目录到/root
相关考题:
在Linux操作系统中,把本机IP地址更改为192.168.1.1的正确命令是()。 A.[/root]#ipconfigeth0192.168.1.1upB.[/root]#ifconfigeth0192.168.1.1upC.[/root]#ipconfig192.168.1.1upD.[/root]#ifconfig192.168.1.1up
根据以下Redhat Linux 9.0操作系统的提示信息,空缺处的Apache服务操作命令是(59)。 [root@gcz root] # service httpd start [root@gcz root] #(59)httpd(pid 20014 20013 20012 20011 20010 20009 20008 20007 20004)正在运行…A.service httpd statusB.httpd -k startC.httpd -k restartD.apachectl start
[问题2](4分)Linux服务器配置Web服务之前,执行命令[root@root] rpm -qa | grep httpd的目的是(5)。Web服务器配置完成后,可以用命令(6)来启动Web服务。
请根据Redhat Linux 9.0操作系统的提示信息,将以下(3)空缺处的Apache服务操作命令填写完整。[root@gcz root] service httpd start[root@gcz root] (3)【供选择的答案】A.service httpa restart B.service httpd statusC.httpd -k start D.apachectl start
根据以下Redhat Linux 9.0操作系统的提示信息,空缺处的Apache服务操作命令是(65)。 [root @ gcz root] # service httpd start [root @ gcz root] # (65) httpd (pid 20014 20013 20012 20011 20010 20009 20008 20007 20004)正在运行…A.service httpd statusB.httpd -k startC.httpd -k restartD.apachectl start
●下面Linux命令中, (62)可用于关闭系统。(62)A. [root@root]#init 0B. [root@root]# init 1C.[root@root]# init 2D. [root@root]#init 3
●在Linux中,可以使用命令(63)来给test文件赋予执行权限。(63)A. [root@root]#chmod -x testB. [root@root]#chmod +x testC. [root@root]#chmod -w testD. [root@root]#chmod +w test
以下说法中正确的是()。 A、Red Hat Linux默认的shell是bashB、root用户的命令提示符是#C、Linux命令分为内部命令和外部命令D、只有root用户才能使用外部命令
在Linux操作系统中,把本机IP地址更改为192.168.1.1的正确命令是()。A、[/root]#ipconfigeth0192.168.1.1upB、[/root]#ifconfigeth0192.168.1.1upC、[/root]#ipconfig192.168.1.1upD、[/root]#ifconfig192.168.1.1up
单选题在Linux操作系统中,把本机IP地址更改为192.168.1.1的正确命令是()。A[/root]#ipconfigeth0192.168.1.1upB[/root]#ifconfigeth0192.168.1.1upC[/root]#ipconfig192.168.1.1upD[/root]#ifconfig192.168.1.1up
单选题在Linux操作系统中,把本机IP地址更改为192.168.1.1的正确命令是()。A[/root]#ipconfigeth0192.168.1.1upB[/root]#ifconfigeth0192.168.1.1upC[/root]#ipconfig192.168.1.1upD[/root]#ifconfig192.168.1.1up
(难度:中等)linux操作系统“sudo“命令作用是以其他身份来执行命令,预设身份是root。