网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
An administrator needs to determine what the default run level of a system is. Which command would be used()
A
Isitab init
B
telinit -d
C
cat/etc/.init.state
D
init
参考答案
参考解析
解析:
暂无解析
更多 “单选题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” 相关考题
考题
What state is a process in when it cannot run because it needs a resource to become available?A.ReadyB.InterruptC.BlockedD.Running
考题
A network administrator has configured source NAT, translating to an address that is on a locally connected subnet.The administrator sees the translation working, but traffic does not appear to come back.What is causing the problem?()A. The host needs to open the telnet port.B. The host needs a route for the translated address.C. The administrator must use a proxy-arp policy for the translated address.D. The administrator must use a security policy, which will allow communication between the zones.
考题
A user complains that the network printer is not printing. The system administrator knows there is a print queue for the network printer and needs to check on the queue. Which command is run?()A、 netstat B、 lpstat C、 telinit D、 prtconf
考题
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
考题
An administrator needs to load additional disk drivers on the VIOS in order to attach to the SAN. Which of the following will enable this?()A、 run updateios B、 run cfgdriver C、 run oem_setup_env D、 run driver_install
考题
An administrator has received an update CD with the latest technology level for AIX 5.3. The current operating system level of the server is at base AIX 5.3. What action needs to be taken to apply the new technology level to the server?()A、Run smit update_allB、Run smit install_allC、Boot from the installation mediaD、Run the update_all command from the mounted CD
考题
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.
考题
Your network contains an Active Directory domain. The domain contains several domain controllers. All domain controllers run Windows Server 2008 R2. You need to restore the Default Domain Controllers Policy Group Policy object (GPO) to the Windows Server 2008 R2 default settings. What should you do()A、Run dcgpofix.exe /target:dc.B、Run dcgpofix.exe /target:domain.C、Delete the link for the Default Domain Controllers Policy, and then run gpupdate.exe /sync. D、Delete the link for the Default Domain Controllers Policy, and then run gpupdate.exe /force.
考题
An administrator needs to grant privileges to other server staff members to run archive utilities on adefault Windows installation. The administrator needs to set the minimum permissions to:()A、 remote users.B、 account operators.C、 server operators.D、 backup operators.
考题
The administrator changed the number of virtual processors from 1 to 2 in the default_profile of an LPAR. The operator ran thecfgmgr command expecting to see 2 processors after that, but did not see them. What action must be done to apply the changes?()A、Reboot AIX within the LPAR.B、Run cfgmgr against the device sys0.C、Shutdown and then activate the default_profile.D、Ensure the RSCT daemon is operative and run cfgmgr again.
考题
An administrator has mirrored the root volume group to a second disk, but ’bootlist’ is failing to correctly add the second disk. What is the likely cause of the problem?() A、The administrator has failed to run ’bosboot -ad 2nd disk’ prior to the bootlist command.B、The administrator has failed to run ’bootinfo -B 2nd disk’ prior to the bootlist command.C、The administrator has failed to run ’mirrorvg -m rootvg 2nd disk’ prior to the bootlist command.D、The administrator has failed to run ’bosboot -ad /dev/ipldevice 2nd disk’ prior to the bootlist command.
考题
A system administrator is unable to unmount a file system. Which is the appropriate command to determine who or what is accessing the file system?()A、who /filesystemB、lsfs /filesystemC、fuser /filesystemD、umount -f /filesystem
考题
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
考题
Users complain an AIX server is running slow. Which of the following commands can be run to determine what is consuming systems resources?()A、 tprofB、 lpstatC、 ps auxD、 entstat
考题
What must an administrator run to disable the telnet service within the VIO server?()A、 stopsvc telnetB、 stopnetsvc telnetC、 stopsvc telnetdD、 stopnetsvc telnetd
考题
An administrator plans to attach an IBM DS6000 and needs to know if the fibre channel adapter is at the latest firmware level. Which of the following is the fastest way for the administrator to determine the atest supported microcode level ()A、Call TechlineB、Validate via DS6000 menuC、Access IBM Storage WebsiteD、Contact the IBM Business Partner
考题
A user has written a script that is not running correctly and asks an administrator for help. Without adding anything to the script, how can the administrator determine the cause of the problem?()A、Run the script with an 'sh -x' in front.B、Run the script with a 'ksh -v' in front.C、Type debug into the command line before running the script.D、Type 'set -x' into the command line before running the script.
考题
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
考题
An administrator is evaluating an application for application monitoring. What command should be Used to determine if the application can be monitored with a process monitor?() A、 pa auxB、 ps -elC、 ps -efD、 ps -pl
考题
单选题Users complain an AIX server is running slow. Which of the following commands can be run to determine what is consuming systems resources?()A
tprofB
lpstatC
ps auxD
entstat
考题
单选题An administrator needs to load additional disk drivers on the VIOS in order to attach to the SAN. Which of the following will enable this?()A
run updateios B
run cfgdriver C
run oem_setup_env D
run driver_install
考题
单选题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 administrator changed the number of virtual processors from 1 to 2 in the default_profile of an LPAR. The operator ran thecfgmgr command expecting to see 2 processors after that, but did not see them. What action must be done to apply the changes?()A
Reboot AIX within the LPAR.B
Run cfgmgr against the device sys0.C
Shutdown and then activate the default_profile.D
Ensure the RSCT daemon is operative and run cfgmgr again.
考题
单选题A user in your company network needs to encrypt a folder that is on her Windows 2000 Professional computer. Her computer has two drives: Drive C and Drive D. The folder that needs to be encrypted is located on Drive D. When the user attempts to encrypt the folder, no option for encryption can be found in the folder properties. What should you do to enable the user to encrypt the folder? ()A
Log on to her computer as an administrator, and then run the cipher/e command.B
Instruct the user to run the chipper/e command.C
Log on to her computer as an administrator, and then run the Secedit/enforce command.D
Instruct the user to run the Secedit/enforce command.E
Log on to her computer as an administrator, and then run the Convert d:/FS:NTFS command.
考题
单选题An administrator needs to grant privileges to other server staff members to run archive utilities on adefault Windows installation. The administrator needs to set the minimum permissions to:()A
remote users.B
account operators.C
server operators.D
backup operators.
考题
单选题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.
考题
单选题An administrator has mirrored the root volume group to a second disk, but ’bootlist’ is failing to correctly add the second disk. What is the likely cause of the problem?()A
The administrator has failed to run ’bosboot -ad 2nd disk’ prior to the bootlist command.B
The administrator has failed to run ’bootinfo -B 2nd disk’ prior to the bootlist command.C
The administrator has failed to run ’mirrorvg -m rootvg 2nd disk’ prior to the bootlist command.D
The administrator has failed to run ’bosboot -ad /dev/ipldevice 2nd disk’ prior to the bootlist command.
热门标签
最新试卷