A. myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err
B. myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
C. myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
D. myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err
第1题:
A network administrator needs to allow only one Telnet connection to a router. For anyone viewing the configuration and issuing the show run command, the password for Telnet access should be encrypted. Which set of commands will accomplish this task?()
A.
B.
C.
D.
第2题:
Which task would you perform before you run Oracle Universal Installer (OUI) in silent or suppressed mode foran installation?()
第3题:
Which of the following commands will be run at a command prompt to determine which WindowsOS is running on the computer?()
第4题:
Which of the following commands should be used to obtain a detailed output of the system error log?()
第5题:
A recently installed package needs to be rolled back to a previous version. Which of the following commands will perform the task?()
第6题:
What will be the result of attempting to compile and run the following program?() public class Q28fd { public static void main(String args[]) { int counter = 0; l1: for (int i=10; i<0; i--) { l2: int j = 0; while (j < 10) { if (j > i) break l2; if (i == j) { counter++; continue l1; } } counter--; } System.out.println(counter); } }
第7题:
Which task would you perform before you run Oracle Universal Installer (OUI) in silent or suppressedmode for an installation()
第8题:
The program will fail to compile.
The program will not terminate normally.
The program will write 10 to the standard output.
The program will write 0 to the standard output.
The program will write 9 to the standard output.
第9题:
Islpp -v
Ippchk -v
installp -v
instfix -v
第10题:
cd /var/spool
lcd /var/spool
cd /usr/bin /var/spool
lcd /usr/bin /var/spool
第11题:
DELETE SCRIPT
ERASE SCRIPT
REMOVE SCRIPT
UNCATALOG SCRIPT
第12题:
run { open script backup_database; run script backup_database }
run { engage script backup_database; }
run { run script backup_database; }
Run { execute script backup_database; }
The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.
第13题:
The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()
第14题:
What will be the result of attempting to compile and run the following code?() public class Q6b0c { public static void main(String args[]) { int i = 4; float f = 4.3; double d = 1.8; int c = 0; if (i == f) c++; if (((int) (f + d)) == ((int) f + (int) d)) c += 2; System.out.println(c); } }
第15题:
An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?()
第16题:
An operator wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?()
第17题:
Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()
第18题:
You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()
第19题:
Run the root.sh script.
Create the oraInst.loc file.
Create the tnsnames.ora file.
Run the oraintRoot.sh script.
第20题:
The code will fail to compile.
0 will be written to the standard output.
1 will be written to the standard output.
2 will be written to the standard output.
3 will be written to the standard output.
第21题:
:r/^#//g
:1,$ s/^#//g
:sed s/^#//g
:sub s/^#//g
第22题:
Restart the database instance and run the job
Truncate the Certkiller STAFF table and run the job
Delete all rows from the Certkiller STAFF table and run the job
Increase the size of the USERStablespacethe and run the job
Increase the size of the database default permanenttablespaceand run the job
第23题:
errpt -d
errpt -a
errpt -D
errpt -i /var/adm/ras/diag_log