1z0-105試験無料問題集「Oracle Linux 6 Advanced System Administration 認定」
You create an XFS file system by using the command: # mkfs -t xfs -L /xfs1 -l logdev=/dev/cdd1 /dev/sdh1 You create the mount point /xfs1 and want to mount the file system on its mount point, before
adding an entry for the file system to /etc/fstab. Which two commands can you use to do this?
adding an entry for the file system to /etc/fstab. Which two commands can you use to do this?
正解:D,F
解答を投票する
You run the crash utility on an Oracle Linux system after a kernel panic and use the bt - a command as shown:
crash> bt -a
PID: 286 TASK: c0b3a000 CPU: 0 COMMAND: "in.rlogind"
#0 [c0b3be90] crash_save_current_state at c011aed0 #1 [c0b3bea4] panic at c011367c #2 [c0b3bee8] tulip_interrupt at c01bc820 #3 [c0b3bf08] handle_IRQ_event at c010a551 #4 [c0b3bf2c] do_8259A_IRQ at c010a319 #5 [c0b3bf3c] do_IRQ at c010a653 #6 [c0b3bfbc] ret_from_intr at c0109634 EAX: 00000000 EBX: c0e68280 ECX: 00000000 EDX: 00000004 EBP: c0b3bfbc DS: 0018 ESI: 00000004 ES: 0018 EDI: c0e68284
CS: 0010 EIP: c012f803 ERR: Ffffff09 EFLAGS: 00000246
#7 [c0b3bfbc] sys_select at c012f803 #8 [c0b3bfc0] system_call at c0109598 EAX: 0000008e EBX: 00000004 ECX: bfffc9a0 EDX: 00000000
DS: 002b ESI: bfffc8a0 ES: 002b EDI: 00000000
SS: 002b ESP: bfffc82c EBR: bfffd224
CS
EIP: 400d032e
ERR:
0000008e
EFLAGS:
00000246
Which two statements are true about the purpose of the bt -a command?
crash> bt -a
PID: 286 TASK: c0b3a000 CPU: 0 COMMAND: "in.rlogind"
#0 [c0b3be90] crash_save_current_state at c011aed0 #1 [c0b3bea4] panic at c011367c #2 [c0b3bee8] tulip_interrupt at c01bc820 #3 [c0b3bf08] handle_IRQ_event at c010a551 #4 [c0b3bf2c] do_8259A_IRQ at c010a319 #5 [c0b3bf3c] do_IRQ at c010a653 #6 [c0b3bfbc] ret_from_intr at c0109634 EAX: 00000000 EBX: c0e68280 ECX: 00000000 EDX: 00000004 EBP: c0b3bfbc DS: 0018 ESI: 00000004 ES: 0018 EDI: c0e68284
CS: 0010 EIP: c012f803 ERR: Ffffff09 EFLAGS: 00000246
#7 [c0b3bfbc] sys_select at c012f803 #8 [c0b3bfc0] system_call at c0109598 EAX: 0000008e EBX: 00000004 ECX: bfffc9a0 EDX: 00000000
DS: 002b ESI: bfffc8a0 ES: 002b EDI: 00000000
SS: 002b ESP: bfffc82c EBR: bfffd224
CS
EIP: 400d032e
ERR:
0000008e
EFLAGS:
00000246
Which two statements are true about the purpose of the bt -a command?
正解:A,C
解答を投票する
Examine the UserDir directives in this extract from /etc/httpd/conf/httpd.conf:
<Ifmodule mod_userdir.c>
UserDir enabled user1
UserDir disabled user1
UserDir public_html
</ifModule>
The web server URL is http://host01.
A website exists in the user's directory /home/user1/public_html.
A user attempts to access user1's webpages by using the URL:
http://host01/~user1
Which statement describes the outcome?
<Ifmodule mod_userdir.c>
UserDir enabled user1
UserDir disabled user1
UserDir public_html
</ifModule>
The web server URL is http://host01.
A website exists in the user's directory /home/user1/public_html.
A user attempts to access user1's webpages by using the URL:
http://host01/~user1
Which statement describes the outcome?
正解:D
解答を投票する
You dynamically configure a system to concurrently run tasks A1 and A2 using these commands: # mkdir /cgroup/cpu # mount -t cgroup -o cpu cpu /cgroup/cpu # mkdir /cgroup/cpu/A1 # mkdir /cgroup/cpu/A2 # echo 5 > /cgroup/cpu/A1/cpu.shares # echo 5 > /cgroup/cpu/A2/cpu.shares # mkdir /cgroup/cpuacct # mount -t cgroup -o cpuacct cpuacct /cgroup/cpuacct You want to generate a /etc/cgconfig.conf configuration fail that contains the current cgroup
configuration on the system. Which command would you use?
configuration on the system. Which command would you use?
正解:B
解答を投票する