status
sysent
ctl
as
第1题:
Atypicalexampleofaprocess#19082inthe/procfilewouldbe:
#ls-l/proc/19082
total0
dr-xr-xr-x1rootsystem0Sep1515:12.
dr-xr-xr-x1rootsystem0Sept1515:12..
-rw-------1rootsystem0Sept1515:12as
-r--------1rootsystem128Sept1515:12cred
--w-------1rootsystem0Sept1515:12ctl
dr-xr-xr-x1rootsystem0Sept1515:12lwp
-r--------1rootsystem0Sept1515:12map
dr-x------1rootsystem0Sept1515:12object
-r--r--r--1rootsystem448Sept1515:12psinfo
-r--------1rootsystem1024Sept1515:12sigact
-r--------1rootsystem1520Sept1515:12status
-r--r--r--1rootsystem0Sept1515:12sysent
Writingtowhichofthefollowingfileswillallowtheownertostopaprocess?()
第2题:
●下面Linux命令中, (62)可用于关闭系统。
(62)
A. [root@root]#init 0
B. [root@root]# init 1
C.[root@root]# init 2
D. [root@root]#init 3
第3题:
Simultaneous Multithreading (SMT) is enabled in a POWER6 VIO client running AIX 6.1. Which command would be used to disable it after the next operating system reboot is performed?()
第4题:
A typical example of a process # 19082 in the /proc file would be: # ls -l /proc/19082 total 0 dr-xr-xr-x 1 root system 0 Sep 15 15:12 . dr-xr-xr-x 1 root system 0 Sept 15 15:12 .. -rw------- 1 root system 0 Sept 15 15:12 as -r-------- 1 root system 128 Sept 15 15:12 cred --w------- 1 root system 0 Sept 15 15:12 ctl dr-xr-xr-x 1 root system 0 Sept 15 15:12 lwp -r-------- 1 root system 0 Sept 15 15:12 map dr-x------ 1 root system 0 Sept 15 15:12 object -r--r--r-- 1 root system 448 Sept 15 15:12 psinfo -r-------- 1 root system 1024 Sept 15 15:12 sigact -r-------- 1 root system 1520 Sept 15 15:12 status -r--r--r-- 1 root system 0 Sept 15 15:12 sysent Writing to which of the following files will allow the owner to stop a process?()
第5题:
逻辑表达式L=(A、B、C、D)=BACD+ABCD的最小项表达式为()。
第6题:
During which phase of the boot process is the rootvg volume group varied on and the root file system (hd4) checked?()
第7题:
Simultaneous Multithreading (SMT) is enabled in a POWER6 VIO client running AIX 6.1. Which command would be used to disable it after the next operating system reboot is performed? itcert()
第8题:
第9题:
Boot phase 1
Boot phase 2
Boot phase 3
Boot phase 4
第10题:
crontab -l
cron -l root
lscron -l root
cat /var/cron/crontabs/root
第11题:
schedo -o smt=0 -p
smtctl -m off -w boot
chdev -l sys0 -a smt=off
echo 0 > /proc/sys/smt_enable
第12题:
status
sysent
ctl
as
第13题:
请阅读下列程序代码,然后将程序的执行结果补充完整。横线处应填写的内容是( )。 程序代码: public class throwsExeeption{ static void Proc(intsel) throws Arithmetic Exception,Array Index Out Of Bounds Exception{ System.out.println("InSituation"+sel); if(sel= =0){ System.OUt.println("noException caught"); return; } else if(sel= =l){ int iArray[]=newint[4]; iArray[1]=3; } } public static void main(String args[]){ try{ Proe(O); Proc(1); } catch(Array Index Out Of Bounds Exception e){ System.out.println("Catch"+e); } finally{ System.out.println("inProcfinally"): } } } 执行结果: In Situation 0 no Exception caught in Proc finally
A.In Situation l
B.In Situation
C.with Catch
D.int iArray l
第14题:
修改系统变量 Path 的值为%System Root%/ System32;% System Root%;% System Root%/ System32/wbem;D:/
第15题:
配置交换机SWA的桥优先级为0的命令为()。
第16题:
Which two commands are used during the password recovery process?()
第17题:
The system administrator mirrored the rootvg from hdisk0 to hdisk1 and needs to ensure the system would boot from hdisk1 if hdisk0 failed. Which of the following commands would be used to accomplish this?()
第18题:
How would a system administrator review root’s current cron jobs of the following?()
第19题:
During an AIX installation, which of the following actions will occur once the Complete Overwrite option is selected?()
第20题:
A
B
C
D
第21题:
schedo -o smt=0 -p
smtctl -m off -w boot
chdev -l sys0 -a smt=off
echo 0 > /proc/sys/smt_enable
第22题:
All new disks in the system will be formatted
Only the contents of the root volume group destination disks will be destroyed
All file systems, including /(root), /tmp, /usr, and /var, but no usr data in the root volume group, will be destroyed
The contents of all disks on the system, even if they are not shown as the destination root volume group disks, will be destroyed
第23题:
bootlist -mo normal hdisk1
bootlist -m normal hdisk0 hdisk1
bootlist -m service hdisk0 hdisk1
bosboot -m normal hdisk0 hdisk1 -i
第24题: