Oracle 1z0-100 Exam Practice Questions (P. 3)
- Full Access (141 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
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?
# 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?
- AThe file system was exported on host o16 using the ROOT_SQUASH option.
- BThe /export filesystem was mounted with the NOEXEC option on host o16.
- CThe filesystem mounted on /mnt was mounted with the NOEXEC option.
- DThe filesystem was exported on host o16 by using the NO_ROOT_SQUASH option.
Correct Answer:
C
C
send
light_mode
delete
Question #12
Which two software packages are prerequisites for enabling the configuration and use of a Network information Service (Nis) client?
- Anis-tools
- Bslapi-nis
- Cypbind
- Dnisserv
- Enisbind
- Fyp-tools
Correct Answer:
CF
ypbind finds the server for NIS domains and maintains the NIS binding information. The client (normaly the NIS routines in the standard C library) could get the information over RPC from ypbind or read the binding files.
CF
ypbind finds the server for NIS domains and maintains the NIS binding information. The client (normaly the NIS routines in the standard C library) could get the information over RPC from ypbind or read the binding files.
send
light_mode
delete
Question #13
You recently updated the strace package to the latest version as shown:

What is the outcome of running this command?

What is the outcome of running this command?
- AIt downgrades the strace package to version 4.5.19-1.6.e16.
- BIt downgrades strace package to version 4.5.19-1.11.e16_3.2.
- CIt fails with an error because you cannot downgrade a package using the yum command.
- DIt fails with an error because there are multiple versions available to which Yum can downgrade the strace package.
- EIt will prompt you to select a version of the strace package that you want to downgrade.
Correct Answer:
A
A
send
light_mode
delete
Question #14
Which two Statements are true concerning the configuration and use of cron and anacron?
- AAnacron jobs are used to make sure cron jobs run if the system had been down when they were meant to run.
- BAll crontabs are held in the /etc/cron.d directory.
- CCron jobs may run as frequently as once a minute.
- DAnacron jobs may run as frequently as once a minute.
- EThe crond daemon looks for jobs only in /etc/crontab.
Correct Answer:
AC
AC
send
light_mode
delete
Question #15
Which statement is true concerning the /etc/sysconfig directory and its files and subdirectories?
- AThe contents are always the same for a specific version of the Oracle Linux Kernel.
- BThe file /etc/sysconfig/init is used by upstart to control the attributes of the tty devices that get started.
- CThe directory /etc/sysconfig/network-scripts contains files that must not be modified while the network is up.
- DThe files only contain default values for certain daemon processes.
Correct Answer:
B
The /etc/sysconfig/init file controls how the system appears and functions during the boot process.
Note: The /etc/sysconfig directory contains files that control your system's configuration. The contents of this directory depend on the packages that you have installed on your system
B
The /etc/sysconfig/init file controls how the system appears and functions during the boot process.
Note: The /etc/sysconfig directory contains files that control your system's configuration. The contents of this directory depend on the packages that you have installed on your system
send
light_mode
delete
All Pages