Free Oracle 1Z0-100 Exam Actual Questions

The questions for 1Z0-100 were last updated On Jan 15, 2025

Question No. 1

Examine this sequence of commands and output:

Which two can be determined from this output?

Show Answer Hide Answer
Correct Answer: C, E

Question No. 2

Examine this output:

# df --t nfs

FilesystemSizeUsedAvailUse%Mounted on

o16:export30G21G7.6G74%/mnt

# 1s -1 /mnt/nfs.sh

-rwxr-mr-x. 1 root root 22 May 8 16:37 /mnt/nfs.sh

# file /mnt/nfs.sh

/mnt/nfs.sh: Bourne-Again shell script text executables

# /mnt/nfs.sh

bash: /mnt/nfs.sh: Permission denied

What is the reason for the error?

Show Answer Hide Answer
Correct Answer: C

Question No. 3

Which three are valid directories for cron jobs to be run at known intervals?

Show Answer Hide Answer
Correct Answer: A, B, D

An alternative to editing the crontab is to place executable scripts into one of the following directories. The script will be run at the appropriate interval.

/etc/cron.hourly

/etc/cron.daily

/etc/cron.weekly

/etc/cron.monthly

This is actually using anacron, rather than cron, but it achieves a similar goal.

References:

New Questions


Question No. 4

A web server on HOST01 is listening on port 80.

Examine the IPTABLES rule shown:

[root@host01 ~] # iptables --L INPUT

Chain INPUT (policy ACCEPT)

targetportoptsourcedestination

ACCEPTtcp- - anywhereanywheretcp dpt:http

Another rule is then added:

[root@host01 ~] # iptables --A INPUT --P tcp - - dport 80 --j REJECT

What is the effect of this command on subsequent attempts to access the web server on HOST01 using port 80?

Show Answer Hide Answer
Correct Answer: A

Question No. 5

Examine this MDAM output:

Which two aspects can be determined from this output?

Show Answer Hide Answer
Correct Answer: A, E