live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Oracle Linux 5 and 6 System Administration - 1z1-100 Exam Questions

QUESTION NO: 1
Examine the commands and output shown:

What is the cause of this connection refusal? (Choose the best answer.)
Correct Answer: D
QUESTION NO: 2
Refer to the Exhibit.
[root@server1 ~ # 1s -1 /usr/bin/passwd
-r-x-x-x 1 root root 21200 oct 7 21:01 /usr/bin/passwd
[root@server1 ~] # 1s -1 /etc/shadow
-r - - - - - - - - 1 root root 1818 Mar 7 10:31 /etc/shadow]
[root@server1 ~]#
A user smith is on your system complained that he is not able to change his password. As the administrator, you long-listed the passwd command and the /etc/shadow file.
View the Exhibit that shows the output.
What must you do to enable this user to change his password?
Correct Answer: E
QUESTION NO: 3
You want to convert an rpm packages file into a standard format as part of a shell script and then manipulate the contents.
Which archive format is used by rpm?
Correct Answer: E
QUESTION NO: 4
The SSHD service is controlled by the script in /etc/init.d/sshd, part of which is shown here:
[root@FAROUT ~] cat /etc/init.d/sshd
# !/bin/bash
#
# sshdStart up the OpenSSH server daemon
#
# chkconfig: 23455525
# description: SSH is a protocol for secure remite shell access. \
# This service starts up the Open SSH server daemon.
#
You issue chkconfig commands to change the sshd service:
[root@FAROUT ~] # chkconfig sshd off
[root@FAROUT ~] # chkconfig sshd reset
What is the result of the two commands issued?
Correct Answer: D
QUESTION NO: 5
Which three statements are true about the shared directories defined in the /etc/exports file?
Correct Answer: C,D,E
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 6
As root, you enter a crontab command as shown;
[root@FAROUT cron.daily] # crontab -1
*/2 * * * * vmstat
0 0 1 1-5 * iostat
[root@FAROUT cron.daily] #
Which three statements are true concerning the two cron jobs listed?
Correct Answer: A,E,F
QUESTION NO: 7
Examine the output of a bonded interface configuration from which one network cable has been unplugged:

Which statement is true when you plug in the eth2 network cable?
Correct Answer: C
QUESTION NO: 8
Examine some rules from the /etc/rsyslog.conf file:
*.info;mail.debug;authpriv.none;cron.none/var/log/messages
uucp, news.notice/var/log/spooler
Which statement is true about the listed rules?
Correct Answer: D
QUESTION NO: 9
An Oracle Linux system has not been updated for a while and the currently running kernel is three releases behind the most recent kernel release.
Each released kernel fixed several problems, totaling 11 bug fixes.
You are about to update this kernel using this command:

How does Ksplice Uptrack apply these updates? (Choose the best answer.)
Correct Answer: A