Q1. You want to use the ip command to set a new address for your network device eth0. It is a standard class C network. The broadcast address and network route should be set accordingly.
Which command is correct?
A. ip address set 192.168.0.10/24 deveth0
B. jp address add 192.168.10/24 dev eth0
C. jp addr add 192.168.0.10/24 dev eth0brd +
D. ip addr add eth0192.168.0.10/24 eth0broadcast 192.168.255.255
Answer: C
Q2. To set up LVM from scratch, in which order you will execute the LVM commands?
A. pvcreate, vgcreate, Ivcreate
B. pvcreate, Ivcreate, vgcreate
C. vgcreate, Ivcreate, pvcreate
D. vgcreate, pvcreate, Ivcreate
E. Ivcreate, pvcreate, vgcreate
F. Ivcreate, vgcreate, pvcreate
Answer: A
Q3. What command encrypts a boot password for GRUB2?
A. grub2-mkpasswd-pbkdf 12
B. passwd -t grub2
C. secboot
D. grub2-pw
E. bootpw
Answer: A
Q4. Where should modifications to the logrotate configuration be saved?
A. in /etc/logrotate.conf
B. in separate files located in /etc/logrotate.d/
C. in separate files located in /etc/sysconfig/logrotate/
D. in /var/log/messages
Answer: A
Q5. What does the ntpd drift file include?
A. Information about how the hardware clock drifts
B. Information about the stratum of the registered ntp servers.
C. Information about the time difference to GMT.
D. Information about the time polling frequency.
Answer: D
Q6. You have a file named filel and you want to create a symbolic link named link-to-file1 to the file. In a terminal window, which command accomplishes what you want? (Choose two.)
A. In file link-to-file1
B. inlink-to-file1 filel
C. In-sfile1link-to-file1
D. In-slink-to-file1 filel
E. cp-s file1link-to-file1
F. mv-sfile1link-to-file1
Answer: C
Q7. How long does "Long Term Service Pack Support (LTSS) for SLES" extend the span of getting updates for SLES packages belonging to a specific Service pack?
A. 3 years
B. 1 year
C. 5 years
D. 7 years
E. 10 years
Answer: C
Q8. You want to redirect both output and error messages of the find command to the find-output file. Which command accomplishes this task?
A. find /etc -name!'*conf" 2>&find-output
B. find /etc-name "*conf 2<&1 > find-output
C. find /etc -name "*conf > find-output 2>
D. find /etc -name "*conf" > find-output 2> find-output
Answer: D
Q9. Which command creates a RAID container?
A. mdadm -C /dev/md/ddf -n 4 -15 -e ddf /dev/sd[b-e]
B. mdadm -C /dev/md0-e 1 -n 4 -15 -x 1 /dev/sd[b-e]
C. mdadm -C /dev/md/ddf-r5 -n 3 -15 /dev/md/ddf
D. mdadm -A /dev/md0
Answer: B
Q10. Using wicked, how can you bring up the network interface eth0?
A. wicked if upeth0
B. wicked upeth0
C. wicked seteth0=up
D. wicked-upeth0
E. wicked if=eth0md=up
Answer: A