Oracle 1z0-105 Exam Practice Questions (P. 3)
- Full Access (97 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
While copying a file to the /users file system, which is located on /dev/sdd1, you receive an error:
$ cp /etc/oratab /users/oracle
cp: cannot create regular file /users/oracle/oratab: Disk quota exceeded
You examine your assigned quota as shown:
$ quota g
Disk quotas for user oracle (uid 500):

Which option represents the reason for receiving the Disk quota exceeded error?
$ cp /etc/oratab /users/oracle
cp: cannot create regular file /users/oracle/oratab: Disk quota exceeded
You examine your assigned quota as shown:
$ quota g
Disk quotas for user oracle (uid 500):

Which option represents the reason for receiving the Disk quota exceeded error?
- AThe oracle user has reached its block quota.
- BThe oracle user exceeded its file quota five days ago.
- CThe oracle user has reached a group quota limit.
- DThe /users file system is full.
- EThe oracle user exceeded its block quota six days ago.
Correct Answer:
C
C
send
light_mode
delete
Question #12
Which three statements are true about accessing Windows shares from Linux with SAMBA on Oracle Linux?
- AThe findsmb utility queries a file to find SAMBA servers.
- BThe username required to access the SAMBA shares on Windows may be specified in the mount command.
- CFTP may be used to access SAMBA shares on Windows.
- DThe password required to access SAMBA shares on Windows may be specified in the mount command.
- EThe smbtree utility queries a file to find SAMBA servers.
- FThe smbclient utility uses a lowercase version of the environment variable USER or LOGNAME if the username is not provided on the command line.
- GThe username and password required to access SAMBA shares on Windows may be specified in /etc/fstab.
Correct Answer:
AEF
Reference:
http://docs.oracle.com/cd/E37670_01/E41138/html/ol_about_samba.html#idm139784792480512
AEF
Reference:
http://docs.oracle.com/cd/E37670_01/E41138/html/ol_about_samba.html#idm139784792480512
send
light_mode
delete
Question #13
Which two statements are true about container template scripts?
- AThey must be Bourne Shell scripts.
- BTheir name must start with 1xc-.
- CThey must support the --arch option.
- DThey must not be interactive.
- EThey must install a Linux distribution.
Correct Answer:
BE
Reference: https://docs.oracle.com/cd/E52668_01/E54669/html/ol7-about-containers.html
BE
Reference: https://docs.oracle.com/cd/E52668_01/E54669/html/ol7-about-containers.html
send
light_mode
delete
Question #14
For which domain or domains does the default cache-only nameserver have a list of authoritative servers in the /var/named/named. ca file?
- Athe domain to which the cache only nameserver belongs
- Bthe root domain
- Cthe domains to which the local DHCP servers belong
- Dthe domains to which the local DNS servers belong
Correct Answer:
B
B
send
light_mode
delete
Question #15
Examine the virt-install command.
# virt-install \
--connect qemu:///system \
--virt-type kvm \
-- name test \
-- ram 500 \
--disk path =/var/lib/libvirt/images/test.img, size=4
--cdrom /home/user01/DownLoads/OracleLinux-R6-U5-Server-x86_64-dvd.iso \
--os-variant oe16
Which two statements are true?
# virt-install \
--connect qemu:///system \
--virt-type kvm \
-- name test \
-- ram 500 \
--disk path =/var/lib/libvirt/images/test.img, size=4
--cdrom /home/user01/DownLoads/OracleLinux-R6-U5-Server-x86_64-dvd.iso \
--os-variant oe16
Which two statements are true?
- AThe --connect option specifies the credentials for the hypervisor to use.
- BThe --name option specifies the name of the new guest virtual machine instance.
- CThe --ram option specifies the memory to allocate for a guest instance in MB.
- DThe --virtype option specifies that only the keyboard, video, and mouse are fully virtualized.
- EThe --disk option specifies the media to use as storage for the guest. The size of the storage will be 4 GB.
Correct Answer:
AB
AB
send
light_mode
delete
All Pages