单选题What command should a system administrator run after using an editor to create the /etc/tunables/nextboot file?()Aksh -n nextbootBtunsave -a -f nextbootCtuncheck -r -f nextbootDdiff $(vmtune) /etc/tunables/nextboot
单选题
What command should a system administrator run after using an editor to create the /etc/tunables/nextboot file?()
A
ksh -n nextboot
B
tunsave -a -f nextboot
C
tuncheck -r -f nextboot
D
diff $(vmtune) /etc/tunables/nextboot
参考解析
解析:
暂无解析
相关考题:
After the /etc/tunables/nextboot file has been edited, which command can be used to validate changes to the IO performance tuning settings?() A.ioo -v nextbootB.ioo -c nextbootC.valcheck -f nextbootD.tuncheck -r -f nextboot
WhichofthefollowingistheIBM-recommendedmethodtostarttheResourceManagementandControl(RMC)Services?() A.rmcctrl-sB./etc/rc.rmcC.startsrc-srmcD./etc/tunables/nextboot
Whatcommandshouldasystemadministratorrunafterusinganeditortocreatethe/etc/tunables/nextbootfile?() A.ksh-nnextbootB.tunsave-a-fnextbootC.tuncheck-r-fnextbootD.diff$(vmtune)/etc/tunables/nextboot
Whatstanzafiledoesasystemadministratorviewtodeterminewhatkernel-tuningparameterchangesweremadewhenthesystemwaslastbooted?() A./etc/rc.netB./etc/tunables/tuningC./etc/tunables/lastbootD./usr/samples/kernel/nextboot
Whichofthefollowingcommandswouldasystemadministratorruntovalidate/etc/tunables/nextbootaftermanuallyediting() A.ksh-nnextbootB.tunsave-a-fnextbootC.tuncheck-r-fnextbootD.tunsavenextboot
What command should a system administrator run after using an editor to create the /etc/tunables/nextboot file?()A、ksh -n nextbootB、tunsave -a -f nextbootC、tuncheck -r -f nextbootD、diff $(vmtune) /etc/tunables/nextboot
An administrator wants to restore the /etc/resolv.conf file from a mksysb backup onto server1. After the mksysb is mounted in /mnt/backup/ from the local nim server, which command should be run to restore the file? () A、tar -xvf /mnt/backup/server1.mksysb ./etc/resolv.confB、restore -Tvf /mnt/backup/server1.mksysb ./etc/resolv.confC、listvgbackup -f /mnt/backup/server1.mksysb -r ./etc/resolv.confD、restorevgfiles -xrm /mnt/backup/server1.mksysb ./etc/resolv.conf
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
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.
An administrator wants to restore the /etc/resolv.conf file from a mksysb backup onto server1. After the mksysb is mounted in /mnt/backup/ from the local nim server. Which command should be run to restore the file?()A、tar -xvf /mnt/backup/server1.mksysb ./etc/resolv.confB、restore -Tvf /mnt/backup/server1.mksysb ./etc/resolv.confC、listvgbackup -f /mnt/backup/server1.mksysb -r ./etc/resolv.confD、restorevgfiles -xrm /mnt/backup/server1.mksysb ./etc/resolv.conf
Which of the following is the IBM-recommended method to start the Resource Management and Control (RMC) Services?()A、rmcctrl -sB、/etc/rc.rmcC、startsrc -s rmcD、/etc/tunables/nextboot
An administrator wants to run topas as their own userid but gets the following error when trying. user1$ topas topas. Unable to initialize Spmi interface Spmi. Error 13 opening file /etc/Spmi_shm_hook. Which of the following is the most likely cause of the error?()A、The /dev/kmem file must be at 777 permissions.B、The administrator is using other shell than ksh.C、The number of pipe handles at /etc/tunables is too low.D、The topas command must be run with root at least once previously.
After the /etc/tunables/nextboot file has been edited, which command can be used to validate changes to the IO performance tuning settings?()A、ioo -v nextbootB、ioo -c nextbootC、valcheck -f nextbootD、tuncheck -r -f nextboot
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
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
单选题After the /etc/tunables/nextboot file has been edited, which command can be used to validate changes to the IO performance tuning settings?()Aioo -v nextbootBioo -c nextbootCvalcheck -f nextbootDtuncheck -r -f nextboot
单选题An administrator needs to change a system’s run level from level 2 to level 3. What is the appropriate method to accomplish this()AUse the reboot command.BEdit the /etc/reboot file and reboot the system.CEdit /etc/.init.state file and reboot the system.DUse the telinit command
单选题Which of the following commands would a system administrator run tovalidate /etc/tunables/nextboot after manually editing()Aksh -n nextbootBtunsave -a -f nextbootCtuncheck -r -f nextbootDtunsave nextboot
单选题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?()ARun the command chlogin -shell cshBRun the command mkuser -default SHELL=cshCEdit /etc/passwd and change all ksh entries to cshDModify the contents of /usr/lib/security/mkuser.default file
单选题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?()ALogin as the user and run 'echo $ENV'.BLogin as root and run the 'env' command.CLogin as root and 'cat /etc/environment'.DLogin as the user and run the 'env' command.
单选题An administrator wants to run topas as their own userid but gets the following error when trying. user1$ topas topas. Unable to initialize Spmi interface Spmi. Error 13 opening file /etc/Spmi_shm_hook. Which of the following is the most likely cause of the error?()AThe /dev/kmem file must be at 777 permissions.BThe administrator is using other shell than ksh.CThe number of pipe handles at /etc/tunables is too low.DThe topas command must be run with root at least once previously.
单选题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?()ALogin as the user and run ’echo $ENV’.BLogin as root and run the ’env’ command.CLogin as root and ’cat /etc/environment’.DLogin 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
单选题An administrator wants to restore the /etc/resolv.conf file from a mksysb backup onto server1. After the mksysb is mounted in /mnt/backup/ from the local nim server. Which command should be run to restore the file?()Atar -xvf /mnt/backup/server1.mksysb ./etc/resolv.confBrestore -Tvf /mnt/backup/server1.mksysb ./etc/resolv.confClistvgbackup -f /mnt/backup/server1.mksysb -r ./etc/resolv.confDrestorevgfiles -xrm /mnt/backup/server1.mksysb ./etc/resolv.conf
单选题Which of the following is the IBM-recommended method to start the Resource Management and Control (RMC) Services?()Armcctrl -sB/etc/rc.rmcCstartsrc -s rmcD/etc/tunables/nextboot
单选题An administrator wants to restore the /etc/resolv.conf file from a mksysb backup onto server1. After the mksysb is mounted in /mnt/backup/ from the local nim server, which command should be run to restore the file? ()Atar -xvf /mnt/backup/server1.mksysb ./etc/resolv.confBrestore -Tvf /mnt/backup/server1.mksysb ./etc/resolv.confClistvgbackup -f /mnt/backup/server1.mksysb -r ./etc/resolv.confDrestorevgfiles -xrm /mnt/backup/server1.mksysb ./etc/resolv.conf