网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
How does a system administrator add a new user to a system?()
A

mkuser

B

cruser

C

adduser

D

edit /etc/password


参考答案

参考解析
解析: 暂无解析
更多 “单选题How does a system administrator add a new user to a system?()A mkuserB cruserC adduserD edit /etc/password” 相关考题
考题 Howdoesasystemadministratoraddanewusertoasystem?() A.mkuserB.cruserC.adduserD.edit/etc/password

考题 A user is reporting that access to a file server is much slower than it has been. The system administrator completes a test of the server using a system monitoring tool and compares it to the previously taken baseline. The comparison shows that there are no significant changes in the use of system resources. Which of the following actions should be taken to resolve this user problem?()A、Add additional RAM to the user PCB、Troubleshoot the user PCC、Add additional RAM to the serverD、Add additional hard drive space to the server

考题 Which action change the default editor for ALL users on the system from vi to edit()A、Issue the command: export EDITOR=/usr/bin/edit edit each user .profile to change the EDITOR value to /usr/bin/editB、Modify /.profile and change the EDITOR variable to /usr/bin/editC、Modify /etc/environment and add EDITOR=/usr/bin/edit export EDITORD、Modify /etc/security/defaults and change the EDITOR value to /usr/bin/edit

考题 What should an administrator do to set up a required role for a user id that will allow it to start/stop WPARs on the server?()A、On the desired WPAR:mkrole authorizations=aix.wpar.system newRole setkst -t role chuser roles=newRole default_roles=newRole user1B、On the global environment:mkrole authorizations=aix.wpar.system newRole setkst -t role chuser roles=newRole default_roles=newRole user1C、On the desired WPAR:Edit the /etc/security/authorizations file adding:‘newRole authorizations=aix.wpar.system’setkst -t role chuser roles=newRole default_roles=newRole user1D、On the global environment:Edit the /etc/security/authorizations file adding:‘newRole authorizations=aix.wpar.system’setkst -t role chuser roles=newRole default_roles=newRole user1

考题 A user is unable to determine the default system texteditor. How can the local administrator assist the user by identifying the default text editor for the system?()A、Login as the user and run 'echo $ENV'.B、Login as root and run the 'env' command.C、Login as root and 'cat /etc/environment'.D、Login as the user and run the 'env' command.

考题 A user’s print jobs default to PRINTER_A.The user wants to change their default printer to PRINTER_B.How can the system administrator change the user’s default printer to PRINTER_B?()A、Execute the command ’piobe -q PRINTER_B’B、Edit the user’s stanza in the /etc/qconfig fileC、Execute the command ’chuser -a QUEUE=PRINTER_B user’D、Add the line ’export PRINTER=PRINTER_B’ to the user’s .profile

考题 A user is unable to determine the default system text editor. How can the local administrator assist the user by identifying the default text editor for the system?()A、Login as the user and run ’echo $ENV’.B、Login as root and run the ’env’ command.C、Login as root and ’cat /etc/environment’.D、Login as the user and run the ’env’ command.

考题 he system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment.  Where is the PATH variable found for the system?()A、/profileB、/etc/envpathC、/etc/profileD、/etc/environment

考题 A system administrator wants to configure a system so that all new users will be put into the database group by default. How would this be accomplished?()A、remove all other groups from the systemB、run the command mkuser -default "GROUP=database"C、change the default group in /usr/lib/security/mkuser.defaultD、edit /etc/security/group to move all users to the database stanza

考题 The system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment.  Where is the PATH variable found for the system?()  A、/profileB、/etc/envpathC、/etc/profileD、/etc/environment

考题 How does a system administrator add a new user to a system?()A、mkuserB、cruserC、adduserD、edit /etc/password

考题 A System p administrator needs to set the default password length for all users to six characters.  Which of the following files needs to be edited to accomplish this ()A、/etc/security/limitsB、/etc/security/mkuser.sysC、/etc/security/privD、/etc/security/user

考题 The user base of a three-node cluster has increased. In order to add clustered users to all nodes, which of the following steps should be performed?()  A、 On one of the nodes,add the users via C-SPOC ’Add a User to the Cluster’smit menu.B、 Use C-SPOC to synchronize the password files between cluster nodes.C、 On all of the nodes,add the users to the /etc/passwd and system security files,and then synchronize the cluster.D、 On one of the nodes,add the users to the /tec/passwd and system security files,add home directories,and use cron to automate the movement of system security files between nodes.

考题 A system administrator wants to couple two servers together so that users from server A can access server B without entering their password. How would this be accomplished?()A、employ NIS to synchronize user names and passwordsB、create a /.rhosts on server A and serve BC、create a $HOME/.netrc for all users on server A and serve rBD、create a /etc/hosts.equiv on server A and server B

考题 An administrator needs to change a system’s run level from level 2 to level 3. What is the appropriate  method to accomplish this()A、Use the reboot command.B、Edit the /etc/reboot file and reboot the system.C、Edit /etc/.init.state file and reboot the system.D、Use the telinit command

考题 A system administrator would like to modify the system default user characteristics so that each new user will now be assigned (by default) the csh shell rather than the ksh shell. Which of the following actions should be performed?()A、Run the command chlogin -shell "csh"B、Run the command mkuser -default "SHELL=csh"C、Edit /etc/passwd and change all "ksh" entries to "csh"D、Modify the contents of /usr/lib/security/mkuser.default file

考题 单选题The system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment. Where is the PATH variable found for the system?()A /profileB /etc/envpathC /etc/profileD /etc/environment

考题 单选题Which of the following commands would an administrator use to add startup scripts to the system startup process()A chitabB vi /etc/inittabC vi /etc/rc.dD mkitab

考题 单选题Which action change the default editor for ALL users on the system from vi to edit()A Issue the command: export EDITOR=/usr/bin/edit edit each user .profile to change the EDITOR value to /usr/bin/editB Modify /.profile and change the EDITOR variable to /usr/bin/editC Modify /etc/environment and add EDITOR=/usr/bin/edit export EDITORD Modify /etc/security/defaults and change the EDITOR value to /usr/bin/edit

考题 单选题A System p administrator needs to set the default password length for all users to six characters.  Which of the following files needs to be edited to accomplish this ()A /etc/security/limitsB /etc/security/mkuser.sysC /etc/security/privD /etc/security/user

考题 单选题A system administrator wants to couple two servers together so that users from server A can access server B without entering their password. How would this be accomplished?()A employ NIS to synchronize user names and passwordsB create a /.rhosts on server A and serve BC create a $HOME/.netrc for all users on server A and serve rBD create a /etc/hosts.equiv on server A and server B

考题 单选题A user is unable to determine the default system texteditor. How can the local administrator assist the user by identifying the default text editor for the system?()A Login as the user and run 'echo $ENV'.B Login as root and run the 'env' command.C Login as root and 'cat /etc/environment'.D Login as the user and run the 'env' command.

考题 单选题he system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment.  Where is the PATH variable found for the system?()A /profileB /etc/envpathC /etc/profileD /etc/environment

考题 单选题A user is unable to determine the default system text editor. How can the local administrator assist the user by identifying the default text editor for the system?()A Login as the user and run ’echo $ENV’.B Login as root and run the ’env’ command.C Login as root and ’cat /etc/environment’.D Login as the user and run the ’env’ command.

考题 单选题What stanza file does a system administrator view to determine what kernel-tuning parameter changes were made when the system was last booted?()A /etc/rc.netB /etc/tunables/tuningC /etc/tunables/lastbootD /usr/samples/kernel/nextboot

考题 单选题The user base of a three-node cluster has increased. In order to add clustered users to all nodes, which of the following steps should be performed?()A  On one of the nodes,add the users via C-SPOC ’Add a User to the Cluster’smit menu.B  Use C-SPOC to synchronize the password files between cluster nodes.C  On all of the nodes,add the users to the /etc/passwd and system security files,and then synchronize the cluster.D  On one of the nodes,add the users to the /tec/passwd and system security files,add home directories,and use cron to automate the movement of system security files between nodes.

考题 单选题What system startup file would an administrator edit for starting up miscellaneous third party applications?()A /etc/rc.netB /etc/rc.bootC /etc/rc.localD /etc/rc.tcpip