Novell 050-733 - SUSE Certified Linux Administrator 12 Exam
Page: 2 / 20
Total 100 questions
Question #6 (Topic: Single Topic)
You would like to run command2 only if command1 completed successfully.
Which command accomplishes this task?
Which command accomplishes this task?
A. command1 || command2
B. command1 ;; command2
C. command1 >> command2
D. command1 && command2
Answer: D
Question #7 (Topic: Single Topic)
Which command installs most rpm packages?
A. rpm package_name.rpm
B. rpm - -package_name.rpm
C. rpm –i package_name.rpm
D. install package_name.rpm
E. install –i package_name.rpm
Answer: C
Question #8 (Topic: Single Topic)
Using the rsync command, you want to mirror the directories, including any hidden files and directories within /home (not the /home directory itself) to the /backup
directory.
Which command accomplishes this?
directory.
Which command accomplishes this?
A. rsync –a /home /backup
B. rsync –a /home/ /backup
C. rsync –a /home/* /backup
D. rsync –a /home/? /backup
Answer: B
Question #9 (Topic: Single Topic)
What command lists the registered PolKit actions?
A. pkaction
B. polkit-list –t actions
C. policy –l –a
D. polkit-agent –l –t=actions
Answer: A
Question #10 (Topic: Single Topic)
What command disables the ssh service on a systemd system?
A. systemctl disable sshd
B. systemdctl disable sshd
C. systemd-stop sshd
D. systemctl sshd - -status=disabled
Answer: A