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

题目内容 (请给出正确答案)

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

参考答案

更多 “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” 相关考题
考题 Before performing a mksysb system backup, which of the following procedures should a system administrator perform to avoid backing up certain user files?() A.Add the list of files to /etc/exclude.rootvg.B.Modify the image.data file and add the files to be excluded form the backup.C.Modify the bosinst.data file and specify which files are to be excluded from the backup.D.Specify the files to be excluded on the command line when executing the mksysb command.

考题 A user requests access to a new file share.The administrator adds the user to the group with the appropriate access.The user is still unable to access the share.Which of the following actions should the administrator do to resolve the permissions issue?()A、Request the user to logoff and log back on.B、Add the user as an administrator on their local machine.C、Add the user as an administrator on the server.D、Run an ipconfig /renew on the user’s machine.

考题 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

考题 An administrator needs to determine what the default run level of a system is.  Which command would be used()A、Isitab initB、telinit -dC、cat/etc/.init.stateD、init

考题 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 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.

考题 A user reports that their machine seems to be running slower than usual. The user states that the computer has become progressively worse as more applications are installed. Which of the following is the FIRST step the technician should take?()A、Run the CHKDSK utilityB、Run the disk defragmenter utilityC、Increase the capacity on the system volumeD、Convert to a dynamic drive on the system

考题 A user calls the system administrator and states that they can no longer access the file server they had been working on all morning. To trouble shoot this problem,  which step should the administrator take FIRST?()A、 Reboot the file server.B、 Ask the user what they were doing when they noticed the problem.C、 Ask the user to reboot their PC.D、 Ask the user to ping the default gateway and report the response times back to the administrator.

考题 A user wants to upgrade to Windows 2000. Which of the following WINNT32 command switches can be run to determine whether the users computer and software is compatible with the new operating system?()A、CMDCOMSB、CHECKUPGRADEONLYC、COPYSOURCED、DUPREPARE

考题 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

考题 A system administrator would like to verify the user definitions in the /etc/passwd file. Which of the following commands will accomplish this?()A、usrckB、sysckC、lssecD、lsuser

考题 When a user tries to log into the system, the following error occurs:  "3004-004. You must "exec" login from the lowest login Shell". Which of the following procedures should be performed next to determine the cause of the problem?()A、 Reboot the system. B、 Increase the number of ptys. C、 Increase number of licenses. D、 Run df -k to check for full filesystems.

考题 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

考题 An administrator has set up serverA and serverB to use the /etc/hosts.equiv file so that applications on serverA can remotely run commands on serverB. Which command will verify if a new user from serverA is trusted on serverB?()A、As the root user from serverA run the command rhost serverBB、As the root user from serverA run the command rlogin serverBC、As the desired user from serverB run the command rhost serverAD、As the desired user from serverA run the command rlogin serverB

考题 Which of the following commands would a system administrator run tovalidate /etc/tunables/nextboot after manually editing()A、ksh -n nextbootB、tunsave -a -f nextbootC、tuncheck -r -f nextbootD、tunsave nextboot

考题 A System p administrator would like to verify the user definitions in the /etc/passwd file.  Which of the following commands will accomplish this()A、sysckB、usrckC、lssecD、lsuser

考题 You execute the following set of commands to create a database user and to grant the system privileges in your production environment.  SQL CREATE USER user01  IDENTIFIED BY oracle DEFAULT TABLESPACE tbs1  TEMPORARY TABLESPACE temp PROFILE default  /  SQL GRANT create session, create table TO user01; While executing the command to create a table, the user gets the following error message and the CREATE TABLE.. command fails.  ERROR at line 1: ORA-01950: no privileges on tablespace  What could be the possible reason for this error message?()A、The tablespace TBS1 is full.B、The user is not the owner of the SYSTEM tablespace.C、The user does not have quota on the TBS1 tablespace.D、The user does not have sufficient system privileges to create table in the TBS1 tablespace.E、The user does not have sufficient privileges to create table on the default permanent tablespace.

考题 A user complains that he gets the following error message repeatedly after executing some SQL statements.The error message forces the user to log off from and log onto the database to continue his work.  ORA-02392:exceeded session limit on CPU usage,you are being logged off Which action would you take to increase the session limit on CPU usage?()A、Modify the profile assigned to the user.B、Modify the roles assigned to the users.C、Modify the object privileges assigned to the user.D、Modify the system privileges assigned to the users.E、Modify the value for the RESOURCE_LIMIT parameter in the parameter file.

考题 Your companys security policy requires complex passwords.   You have a comma delimited file named import.csv that contains user account information.    You need to create user accounts in the domain by using the import.csv file. You also need to ensure that  the new user accounts are set to use default passwords and are disabled.  What should you do()A、Modify the userAccountControl attribute to disabled. Run the csvde i  k f import.csv command. Run  the DSMOD utility to set default passwords for the user accounts.B、Modify the userAccountControl attribute to accounts disabled. Run the csvde  f import.csv command.  Run the DSMOD utility to set default passwords for the user accounts.C、Modify the userAccountControl attribute to disabled. Run the wscript import.csv command. Run the  DSADD utility to set default passwords for the imported user accounts.D、Modify the userAccountControl attribute to disabled. Run the ldifde i  f import.csv command. Run the  DSADD utility to set passwords for the imported user accounts.

考题 Your company security policy requires complex passwords. You have a comma delimited file named import.csv that contains user account information. You need to create user account in the domain by using the import.csv file. You also need to ensure that the new user accounts are set to use default passwords and are disabled. What shoulld you do()A、Modify the userAccountControl attribute to disabled. Run the csvde i k f import.csv command. Run the DSMOD utility to set default passwords for the user accounts.B、Modify the userAccountControl attribute to accounts disabled. Run the csvde f import.csv command. Run the DSMOD utility to set default passwords for the user accounts.C、Modify the userAccountControl attribute to disabled. Run the wscript import.csv command. Run the DSADD utility to set default passwords for the imported user accounts.D、Modify the userAccountControl attribute to disabled. Run ldifde i f import.csv command. Run the DSADD utility to set passwords for the imported user accounts.

考题 单选题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=databaseC change the default group in /usr/lib/security/mkuser.defaultD edit /etc/security/group to move all users to the database stanza

考题 单选题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 cshB Run the command mkuser -default SHELL=cshC Edit /etc/passwd and change all ksh entries to cshD Modify the contents of /usr/lib/security/mkuser.default file

考题 单选题You are using Resource Manager to manage system resources. While creating a new database user, you observe that the user is a member of DEFAULT_CONSUMER_GROUP by default. What would be the implications of this?()A The Resource Manager plan does not affect the user.B There must be a plan directive in any of the plans of the group to control the resources.C The members of the group DEFAULT_CONSUMER_GROUP always have resource restrictions.D The members of DEFAULT_CONSUMER_GROUP are restrained from accessing the system tables.E The members of this group can change their group without the database administrator’s intervention.

考题 单选题An administrator has set up serverA and serverB to use the /etc/hosts.equiv file so that applications on serverA can remotely run commands on serverB. Which command will verify if a new user from serverA is trusted on serverB?()A As the root user from serverA run the command rhost serverBB As the root user from serverA run the command rlogin serverBC As the desired user from serverB run the command rhost serverAD As the desired user from serverA run the command rlogin serverB

考题 单选题When a user tries to log into the system, the following error occurs:  "3004-004. You must "exec" login from the lowest login Shell". Which of the following procedures should be performed next to determine the cause of the problem?()A  Reboot the system. B  Increase the number of ptys. C  Increase number of licenses. D  Run df -k to check for full filesystems.