./script.ksh
nohup ./script.ksh
run -b ./script.ksh
./script.ksh > nohup.out
第1题:
A. :r/^#//g
B. :1,$ s/^#//g
C. :sed s/^#//g
D. :sub s/^#//g
第2题:
The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()
第3题:
A. F2 key
B. F6 key
C. F8 key
D. F9 key
第4题:
How can an operator temporarily gain access to the command line while in a smit session, without losing the current smit session?()
第5题:
When an operator is trying to log off the system displays this message: you have running jobs?? What does this mean?()
第6题:
You want to perform in incomplete recovery of your database. You plan to use these commands to recover your database: SET UNTIL TIME = ’2000-12-09:11:44:00’; RESTORE DATABASE; RECOVER DATABASE; How should the commands be executed? ()
第7题:
A three-node cluster experienced a node failure. The resource groups were acquired as cexpected. The node has been repaired,and HACMP has been restarted. How does the operator determine that the node has successfully re-integrated into the cluster?()
第8题:
A. ./script.ksh
B. nohup ./script.ksh
C. run -b ./script.ksh
D. ./script.ksh > nohup.out
第9题:
How can an operator list all its history of commands in one step?()
第10题:
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?()