Oracle Linux 6 Advanced System Administration (1z0-105) Free Practice Test
Question 1
Which statement is true about configuring a nameserver in Oracle Linux?
Correct Answer: C
Question 2
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?
Correct Answer: A,C
Question 3
Examine the udevadm command:
udevadm info --attribute-walk --name =/dev/sdb
Which two statements are true about this command/
udevadm info --attribute-walk --name =/dev/sdb
Which two statements are true about this command/
Correct Answer: A,C
Question 4
Examine the virt-install command.
# virt-install \
--connect qemu:///system \
--virt-type kvm \
-- name test \
-- ram 500 \
--disk path =/var/lib/libvirt/images/test.img, size=4
--cdrom /home/user01/DownLoads/OracleLinux-R6-U5-Server-x86_64-dvd.iso \
--os-variant oe16
Which two statements are true?
# virt-install \
--connect qemu:///system \
--virt-type kvm \
-- name test \
-- ram 500 \
--disk path =/var/lib/libvirt/images/test.img, size=4
--cdrom /home/user01/DownLoads/OracleLinux-R6-U5-Server-x86_64-dvd.iso \
--os-variant oe16
Which two statements are true?
Correct Answer: A,E
Question 5
Which two statements are true about debugging OCFS2?
Correct Answer: B,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
Examine the dtrace command.
dtrace -n 'proc:::exec {trace(execname);trace(pid);trace(stringof(arg0));}'
Which two statements are true?
dtrace -n 'proc:::exec {trace(execname);trace(pid);trace(stringof(arg0));}'
Which two statements are true?
Correct Answer: C,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
What does a template script set up?
Correct Answer: D
Question 8
What are two ways to invoke the rescue procedure for Oracle Linux while booting from the installation media?
Correct Answer: B,E
Question 9
Identify the minimum required steps to configure an NIS master.
1.Ensure that the yptools, ypbind, and ypserv RPMs are installed.
2.Configure and set the NIS domain name.
3.Start the ypserv service.
4.Start the ypxfrd service.
5.Start the yppasswdd service
6.Run ypinit -m
7.Start the ypbind service
1.Ensure that the yptools, ypbind, and ypserv RPMs are installed.
2.Configure and set the NIS domain name.
3.Start the ypserv service.
4.Start the ypxfrd service.
5.Start the yppasswdd service
6.Run ypinit -m
7.Start the ypbind service
Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 10
Which two options prevent unauthorized access to the named service from the rndc utility on Oracle Linux?
Correct Answer: A,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).