单选题Which of the following commands can be used to gain root privileges and profile without initially logging in as root?()A su B su root C su - root D su -c root

单选题
Which of the following commands can be used to gain root privileges and profile without initially logging in as root?()
A

 su 

B

 su root 

C

 su - root 

D

 su -c root


参考解析

解析: 暂无解析

相关考题:

Linux系统里,如果不想任何人都可以用“su”命令成为root,必须修改()文件。 A./etc/pam.d/rootB./etc/pam.d/suC./etc/security/rootD./etc/security/su

Unix系统中的超级用户root拥有最大权限,黑客可以通过下列哪条命令获得root权限()。 A、findB、grepC、seekD、su

In your multitenant container database (CDB) containing same pluggable databases (PDBs), you execute the following commands in the root container:Which two statements are true?() A. The C # # ROLE1 role is created in the root database and all the PDBs.B. The C # # ROLE1 role is created only in the root database because the container clause is not used.C. Privileges are granted to the C##A_ADMIN user only in the root database.D. Privileges are granted to the C##A_ADMIN user in the root database and all PDBs.E. The statement for granting a role to a user fails because the CONTAINER clause is not used.

A non-root user can run rsh commands from serverA to serverB, but attempts to run rsh commands by the root user return with apermission error message.What action will resolve the problem?() A.Add root user to the /etc/hosts.equiv on serverBB.Create $HOME/.rhosts file for the root user on serverBC.Restart the rshd daemon with root enabled option on serverBD.Add entry to allow root user from serverA to the /etc/hosts.allow on serverB

Mysqldump was used to create a single schema backup; Shell mysqldump –u root –p sakila sakila2013.sql Which two commands will restore the sakila database without interfering with other running database?()A、Mysql> USE sakila; LOAD DATA INFILE 'sakila2013.sql';B、Shell> mysql –u root –p sakila sakila2013.sqlC、Shell> mysql import –u root –p sakila sakila2013.sqlD、Shell> mysql –u root -p –e 'use sakila; source sakila2013.sql'E、Shell> mysql –u root –p –silent < sakila2013.sql

Which two of these are used in the selection of a root bridge in a network utilizing Spanning Tree  Protocol IEEE 802.1D? ()A、Designated Root CostB、bridge ID priorityC、max ageD、bridge ID MAC addressE、Designated Root PriorityF、forward delay

Which two of these are used in the selection of a root bridge in a network utilizing Spanning Tree ProtocolIEEE 802.1 D?()A、Designated Root CostB、bridge ID priorityC、max ageD、bridge ID MAC addressE、Designated Root PriorityF、forward delay

Which of the following settings will reduce packet overhead and overall latency in a standalonepoint-to-point bridge deployment?()A、enable concatenation on the non-root bridge onlyB、enable concatenation on the root bridge onlyC、enable concatenation on both the root bridge and non-root bridgeD、enable concatenation on the root bridge and set it as desirable on the non-root bridgeE、set concatenation as desirable on the root bridge and enable it on the non-root bridge

Which of the following commands can be used to gain root privileges and profile without initially logging in as root?()A、 su B、 su root C、 su - root D、 su -c "root"

5520AMS服务器登录为根(root)用户,输入下面命令切换到amssysA、su amssysB、su - amssysC、add amssysD、ls amssys

non-root user can run rsh commands from serverA to serverB, but attempts to run rsh commands by the root user return with a permission error message. What action will resolve the problem? ()A、Add root user to the /etc/hosts.equiv on serverbB、Create $HOME/.rhosts file for the root user on serverbC、Restart the rshd daemon with root enabled option on serverbD、Add entry to allow root user from serverA to the /etc/hosts.allow on serverb

A non-root user can run rsh commands from serverA to serverB, but attempts to run rsh  commands by the root user return with a permission error message. What action will resolve the problem?()A、Add root user to the /etc/hosts.equiv on serverB .B、Create $HOME/.rhosts file for the root user on serverB .C、Restart the rshd daemon with root enabled option on serverB .D、Add entry to allow root user from serverA to the /etc/hosts.allow on serverB .

Company.com has encountered a problem on the HMC, which requires access to the root shell on the HMC. Which of the following is necessary to access the root userid on the HMC?()A、Enable remote commands on the HMC Configuration menu,then use ssh to login to theHMC,enter su - rootB、Login to the HMC as hscpe and run pesh,using a temporary password from IBM Support,afterward, enter su - rootC、Login to the HMC as hscroot,then run pesh,using a temporary password from IBM Support, afterward,enter su - rootD、Enable remote commands on the HMC Configuration menu,then telnet in as hscroot,entersu - root

如果/etc/securetty文件中包括如下行:tty1tty2tty3tty4tty5tty6tty7tty8,你能做()。A、以root身份通过网络或控制台登录到系统。B、以普通用户身份登录系统,再用su切换到root身份。C、以root身份通过控制台登录到系统,但无法以root身份从网络telnet。D、以root身份通过网络登录到系统,但无法以root身份从控制台登录。

You load an XmlDocument named doc with the following XML. World Atlas Dictionary You need to use an XPath query string to select the two book nodes. Which code segment should you use? ()A、XmlElement root = doc.DocumentElement;XmlNodeList nodes = root.SelectNodes(“.”);B、XmlElement root = doc.DocumentElement;XmlNodeList nodes = root.SelectNodes(“book”);C、XmlElement root = doc.DocumentElement;XmlNodeList nodes = root.SelectNodes(“bookstore//book”);D、XmlElement root = doc.DocumentElement;XmlNodeList nodes = root.SelectNodes(“books/book”);

UNIX/Linux系统中,下列命令可以将普通帐号变为root帐号的是()。A、chmod命令B、/bin/passwd命令C、chgrp命令D、/bin/su命令

单选题Linux系统里,如果不想任何人都可以用“su”命令成为root,必须修改()文件。A/etc/pam.d/rootB/etc/pam.d/suC/etc/security/rootD/etc/security/su

单选题Company.com has encountered a problem on the HMC, which requires access to the root shell on the HMC. Which of the following is necessary to access the root userid on the HMC?()AEnable remote commands on the HMC Configuration menu,then use ssh to login to theHMC,enter su - rootBLogin to the HMC as hscpe and run pesh,using a temporary password from IBM Support,afterward, enter su - rootCLogin to the HMC as hscroot,then run pesh,using a temporary password from IBM Support, afterward,enter su - rootDEnable remote commands on the HMC Configuration menu,then telnet in as hscroot,entersu - root

多选题Mysqldump was used to create a single schema backup; Shell mysqldump –u root –p sakila sakila2013.sql Which two commands will restore the sakila database without interfering with other running database?()AMysql> USE sakila; LOAD DATA INFILE 'sakila2013.sql';BShell> mysql –u root –p sakila sakila2013.sqlCShell> mysql import –u root –p sakila sakila2013.sqlDShell> mysql –u root -p –e 'use sakila; source sakila2013.sql'EShell> mysql –u root –p –silent < sakila2013.sql

单选题Which of the following settings will reduce packet overhead and overall latency in a standalonepoint-to-point bridge deployment?()Aenable concatenation on the non-root bridge onlyBenable concatenation on the root bridge onlyCenable concatenation on both the root bridge and non-root bridgeDenable concatenation on the root bridge and set it as desirable on the non-root bridgeEset concatenation as desirable on the root bridge and enable it on the non-root bridge

单选题root是UNIX系统中最为特殊的一个账户,它具有最大的系统权限:下面说法错误的是()A应严格限制使用root特权的人数。B不要作为root或以自己的登录户头运行其他用户的程序,首先用su命令进入用户的户头。C决不要把当前工作目录排在PATH路径表的前边,那样容易招引特洛伊木马。当系统管理员用su命令进入root时,他的PATH将会改变,就让PATH保持这样,以避免特洛伊木马的侵入。D不同的机器采用相同的root口令。

单选题A non-root user can run rsh commands from serverA to serverB, but attempts to run rsh  commands by the root user return with a permission error message. What action will resolve the problem?()AAdd root user to the /etc/hosts.equiv on serverB .BCreate $HOME/.rhosts file for the root user on serverB .CRestart the rshd daemon with root enabled option on serverB .DAdd entry to allow root user from serverA to the /etc/hosts.allow on serverB .

单选题You load an XmlDocument named doc with the following XML. World Atlas Dictionary You need to use an XPath query string to select the two book nodes. Which code segment should you use? ()AXmlElement root = doc.DocumentElement;XmlNodeList nodes = root.SelectNodes(“.”);BXmlElement root = doc.DocumentElement;XmlNodeList nodes = root.SelectNodes(“book”);CXmlElement root = doc.DocumentElement;XmlNodeList nodes = root.SelectNodes(“bookstore//book”);DXmlElement root = doc.DocumentElement;XmlNodeList nodes = root.SelectNodes(“books/book”);

单选题UNIX/Linux系统中,下列命令可以将普通帐号变为root帐号的是()。Achmod命令B/bin/passwd命令Cchgrp命令D/bin/su命令

单选题Which of the following settings will reduce packet overhead and overall latency in a standalone point-to-point bridge deployment?()Aenable concatenation on the non-root bridge onlyBenable concatenation on the root bridge onlyCenable concatenation on both the root bridge and non-root bridgeDenable concatenation on the root bridge and set it as desirable on the non-root bridgeEset concatenation as desirable on the root bridge and enable it on the non-root bridge

多选题Which two of these are used in the selection of a root bridge in a network utilizing Spanning Tree ProtocolIEEE 802.1 D?()ADesignated Root CostBbridge ID priorityCmax ageDbridge ID MAC addressEDesignated Root PriorityFforward delay

多选题In your multitenant container database (CDB) containing same pluggable databases (PDBs), you execute the following commands in the root container: Which two statements are true?()AThe C # # ROLE1 role is created in the root database and all the PDBs.BThe C # # ROLE1 role is created only in the root database because the container clause is not used.CPrivileges are granted to the C##A_ADMIN user only in the root database.DPrivileges are granted to the C##A_ADMIN user in the root database and all PDBs.EThe statement for granting a role to a user fails because the CONTAINER clause is not used.