A. Parallel compilation of only the stored PL/SQL code
B. Sequential recompilation of only the stored PL/SQL code
C. Parallel recompilation of any stored PL/SQL code
D. Sequential recompilation of any stored PL/SQL code
E. Parallel recompilation of Java code
F. Sequential recompilation of Java code
第1题:
以下哪条命令能利用“SQL”漏洞动用XP_cmdshell存储过程,启动或停止某项服务?()
A、http://localhost/script?’:EXEC+master..XP_servicecontrol+’start’,+’Server’;-
B、http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--
C、http://localhost/script?1’:EXEC+master..XP_servicecontrol+’start’,+’Server’;--
D、http://localhost/script?0’:EXEC+master..XP_servicecontrol+’start’,+’Server’--
第2题:
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
第3题:
要将tmp目录下名字以script字样打头,紧接两个任意字符,以.sh结尾的文件的访问权限改成700,下面哪种做法是正确的?
A.chmod 700 /tmp/script??.sh
B.find /tmp -name "script??.sh" -exec chmod 700 {} ;
C.chmod 700 /tmp/script**.sh
D.chmod 700 /tmp/script[??].sh
E.chmod 700 /tmp/script[**].sh
F.find /tmp -name "script**.sh" -exec chmod 700 {} ;
第4题:
A. ./script.ksh
B. nohup ./script.ksh
C. run -b ./script.ksh
D. ./script.ksh > nohup.out
第5题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us
第6题:
16、要将tmp目录下名字以script字样打头,紧接两个任意字符,以.sh结尾的文件的访问权限改成700,下面哪种做法是正确的?
A.chmod 700 /tmp/script??.sh
B.find /tmp -name "script??.sh" -exec chmod 700 {} \;
C.chmod 700 /tmp/script**.sh
D.chmod 700 /tmp/script[??].sh
E.chmod 700 /tmp/script[**].sh
F.find /tmp -name "script**.sh" -exec chmod 700 {} \;