1z0-403 Other Oracle Certification Braindump
ExamSoon 1z0-403 Exams
Oracle Enterprise Linux System Administration
O rder : 1z0-403 Exam
Practice Exam: 1z0-403
Exam Number/Code: 1z0-403
Exam Name: Enterprise Linux System Administration
Questions and Answers: 113 Q&As
Free 1z0-403 Braindumps
Exam : Oracle 1z0-403
Title : Enterprise Linux System Administration
1. Which two statements are true regarding the local loopback interface? (Choose two.)
A. It can be used to test the basic networking.
B. Only 127.0.0.1 is bound to the loopback interface.
C. It can be used to test a client/server application such as a web server.
D. It is required to configure the local loopback address on a machine only when it is connected to a network.
E. The local loopback address cannot be used to telnet to the machine itself even when the telnet service is
configured and running.
Answer: AC
2. As a Linux administrator, you created a /dev/sdb5 disk partition with an ext3 filesystem. A
persistent configuration for /dev/sdb5 is given in the /etc/fstab file as shown below:/dev/sdb5 /data ext3 defaults 0 0
Which statements are true? (Choose all that apply.)
A. The /dev/sdb5 filesystem is mounted with the rw option on /data.
B. The /dev/sdb5 filesystem would be backed up automatically every alternative day.
C. The users on the system would be able to execute binaries in the /data directory as per the
permissions.
D. The normal users on the system would be able to mount and unmount the /dev/sdb5
filesystem on /data.
E. The files copied to the /dev/sdb5 filesystem would be physically written on it with some delay
time after the copy is done.
Answer: ACE
3. The output of the pstree command is shown below:
[root@server1 ~]# pstree | grep login
|-3*[login---bash]
|--login--bash--vim
|
Which command would you use to terminate all login sessions on the text terminals? (Choose all
that apply.)
A. pkill login
B. kill -5 login
C. killall login
D. killall5 login
E. kill -KILL login
Answer: AC
4. You have configured the system w