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?

Which two statements about the yum-fs-snapshot plugin are true?

解説: (GoShiken メンバーにのみ表示されます)
Which three statements are true about accessing Windows shares from Linux with SAMBA on Oracle Linux?

正解:A,F,G 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
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?

Examine the D script:
syscall::write:entry
{
@[execname] = avg(arg2);
}
Note that the third argument to the write(2) system call is the size of the write being made.
Which statement is true about this D script?

Which two statements are true about recursive nameservers that are supported by Oracle Linux?

Consider the features and capabilities of DTrace in Oracle Linux.
Which two statements are true?

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?

Which two statements are true about OCFS2 heartbeats?

解説: (GoShiken メンバーにのみ表示されます)
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?