Which command will change the user webserver’s shell toksh93?() A.chshell -ksh93 webserverB.chsh webserver /usr/bin/ksh93C.chuser -a shell=/usr/bin/ksh93 webserverD.setuid -a SHELL=/usr/bin/ksh93 -u webserver

Which command will change the user webserver’s shell toksh93?()

A.chshell -ksh93 webserver

B.chsh webserver /usr/bin/ksh93

C.chuser -a shell=/usr/bin/ksh93 webserver

D.setuid -a SHELL=/usr/bin/ksh93 -u webserver


相关考题:

—________schoolbagisthis?—Iguessit’sLily’s.A.WhatB.WhoC.WhoseD.Which

()father took part in the charity activity in the neighborhood yesterday?Peter's.A. WhoseB. WhatC. Which

Giventutorial.jsp:2.ELTutorial3.Example14.5.Dear${my:nickname(user)}6.Which,whenaddedtothewebapplicationdeploymentdescriptor,ensuresthatline5isincludedverbatimintheJSPoutput?() A.B.C.D.

下面都是对命令按钮控件Command1进行属性设置,其中不正确的是 ______。A.Command1.Name="Command_Save"B.Command1.Caption="保存(S)"C.Command1.Top=-100D.Command1.Left=200

在窗体中添加了一个文本框和一个命令按钮(名称分别为Text1和Command1),并编写了相应的事件过程。运行此窗体后,在文本框中输入一个字符,则命令按钮上的标题变为“Access模拟”。以下能实现上述操作的事件过程是( )。A.Private Sub Command1_Click() Caption="Access模拟" End SubB.Private Sub Text1_Click() Command1.Caption="Access模拟" End SubC.Private Sub Command1_Change() Caption="Access模拟" End SubD.Private Sub Text1_Change() Command1.Caption="Access模拟" End Sub

13、Linux中所谓的命令(Command),广义上包括:A.可执行的二进制文件B.可执行的库文件C.shell脚本文件D.shell内建命令

在HBase中,创建一张名为“user_c”的表,该表有一个名为“User”的列族,其相应Shell命令应该是()。A.create ‘user_c’, {name => ‘User’};B.create {‘user_c’ => ‘User’};C.create ‘user_c’, {NAME = ‘User’};D.create ‘user_c’, {NAME => ‘User’};

编写一个shell脚本,完成批量添加100个用户的任务。 用户名为user001、user002......user100 密码统一设置为“123456”

【单选题】创建一个新用户user01,设置其主目录为/home/user01。A.#useradd –s /home/user01 -m user01B.#useradd –d /home/user01 user01C.#useradd –h /home/user01 -m user01D.#useradd –c /home/user01 -m user01

2、在HBase中,创建一张名为“user_c”的表,该表有一个名为“User”的列族,其相应Shell命令应该是()。A.create ‘user_c’, {name => ‘User’};B.create {‘user_c’ => ‘User’};C.create ‘user_c’, {NAME = ‘User’};D.create ‘user_c’, {NAME => ‘User’};