1z0-100 Oracle Linux 5 and 6 System Administration

Loading demo links...

Showing 7–9 of 10 questions

Question 7

What is the default volume or device type for swap space in Oracle Linux, when choosing the

“basic storage devices” option during the install? (Choose the best answer.)

Select an option, then click Submit answer.

  • a partition on a Logical Volume Manager Logical (LVM) managed volume

  • a partition on a local hard disk

  • a Linux Multi Disk (MD) driver device

  • a partition on a flash disk

  • a swap file on the root file system

Question 8

Examine these configuration files:

# cat /etc/auto.master

/net-hosts

/- auto.direct ro

# cat /etc/auto.direct

/nfs1 o16:/export/share1

/nfs2 -sync o16:/export/share2 /nfs o16:/export/share3

Which mount options will automounter use to mount the filesystems listed in /etc/auto.direct?

Select an option, then click Submit answer.

  • All three filesystems are mounted read-only, async.

  • /nfs1 and /nfs3 are mounted read-only, async whereas /nfs2 mounted read-write, sync.

  • /nfs1 and /nfs3 are mounted read-only, async whereas /nfs2 mounted read-only, sync.

  • All three filesystems are mounted read-write, sync.

Question 9

Examine the commands and output shown:

What is the cause of this connection refusal? (Choose the best answer.)

Select an option, then click Submit answer.

  • The web server has no documents to serve

  • The firewall blocked the connection due to an unintended rule blocking localhost port 80

  • The web server is not listening on the local loopback adapter

  • The system has no route to localhost