[Q35-Q54] Exam 1Z0-106 Realistic Dumps Verified Questions Free [Dec 04, 2024]

Share

Exam 1Z0-106 Realistic Dumps Verified Questions Free [Dec 04, 2024]

Valid 1Z0-106 Dumps for Helping Passing Oracle Exam!

NEW QUESTION # 35
Which two features does a user private group provide?

  • A. Capability to create new group users
  • B. Capability to execute sudo
  • C. Provision of a unique group.
  • D. Capability to prevent other users from modifying a file
  • E. Ability for only a group's users to read files in a new directory

Answer: C,D


NEW QUESTION # 36
Examine the access privileges on this directory:
drwx------ 2 user1 test 4096 Nov 6 10:12 my_directory/
You must enable another user to read and navigate to my_directory. Which command will do this?

  • A. setfacl -x user:user2 my_directory
  • B. setfacl --modify group:test:r-- my_directory
  • C. setfacl --default --modify user:user2:rw- my_directory
  • D. setfacl --modify user:user2:r-x my_directory
  • E. setfacl --modify user:user2:r-- my_directory

Answer: D


NEW QUESTION # 37
Which command produces human-readable timestamps in kernel ring buffer messages?

  • A. dmesg -T
  • B. dmesg -t
  • C. dmesg -W
  • D. dmesg -x

Answer: A


NEW QUESTION # 38
Which two statements are true about removing a physical volume (PV) from a volume group (VG)?

  • A. It can be removed only after removing it from its VG by using vgreduce.
  • B. It can be removed when an inactive logical volume is on the VG.
  • C. It can be removed when an active VG has mounted file systems by running vgexport.
  • D. It cannot be removed when it is part of an active VG.
  • E. It can be removed when it is part of an active VG.

Answer: A,D


NEW QUESTION # 39
Which two statements are true about the Linux Auditing System?

  • A. Auditing rules can log administrator attempts to access user home directories.
  • B. Auditing system call rules can affect system performance depending on the amount of information that is logged.
  • C. Auditing includes security policies, each of which includes security rules, or checks, which are checked when you run a security scan.
  • D. Auditing can scan for Common Vulnerabilities and Exposures (CVE) and automatically apply needed patches to a system.
  • E. Auditing modes include permissive, enforcing, and disabled.

Answer: A,B


NEW QUESTION # 40
Which two statements are true about the GRUB 2 bootloader?

  • A. Its configuration file is /boot/grub2/grub2.conf on BIOS-based systems.
  • B. It understands file systems and kernel executable formats, allowing the loading of operating systems without recording the on-disk physical location of the kernel.
  • C. Its configuration can be changed by editing /etc/default/grub2 and executing grub2-mkconfig to regenerate grub2.cfg.
  • D. It can load many free operating systems directly and chain-load proprietary operating systems.

Answer: B,D


NEW QUESTION # 41
Examine these commands executed by root:
# mkdir -p /jail /jail/bin /jail/lib64
# cp $(which bash) /jail/bin/
# ldd $(which bash)
linux-vdso.so.1 (0x00007ffd574f5000)
libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007fb458c2c000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fb458a28000)
libc.so.6 => /lib64/libc.so.6 (0x00007fb458666000)
/lib64/ld-linux-x86-64.so.2 (0x00007fb459177000)
# cp /lib64/libtinfo.so.6 /jail/lib64/
# cp /lib64/libdl.so.2 /jail/lib64/
# cp /lib64/libc.so.6 /jail/lib64/
# cp /lib64/ld-linux-x86-64.so.2 /jail/lib64/
# chroot /jail
What is the output from the cd, pwd, and ls commands?

  • A. bash-4.4# cd
    bash: cd: /root: No such file or directory
    bash-4.4# pwd
    /
    bash-4.4# ls
    bin lib64
  • B. bash-4.4# cd
    bash: cd: /root: Unable to access chrooted file or directory /root
    bash-4.4# pwd
    /
    bash-4.4# ls
    bin lib64
  • C. bash-4.4# cd
    bash: cd: command not found
    bash-4.4# pwd
    bash: pwd: command not found
    bash-4.4# ls
    bash: ls: command not found
  • D. bash-4.4# cd
    bash: cd: /root: No such file or directory
    bash-4.4# pwd
    /root
    bash-4.4# ls
    bash: ls: command not found

Answer: A


NEW QUESTION # 42
Examine this command:
# cryptsetup luksOpen /dev/xvdd1 cryptfs
What happens upon execution?

  • A. It creates the /dev/mapper/xvdd1 device mapping file.
  • B. It creates the LUKS partition on /dev/xvdd1.
  • C. It creates the /dev/mapper/cryptfs device mapping file.
  • D. It creates the /dev/mapper/xvdd1/cryptfs device mapping file.
  • E. It creates the /dev/mapper/xvdd1-cryptfs device mapping file.

Answer: C


NEW QUESTION # 43
Which takes precedence for ssh program configuration?

  • A. Command line
  • B. ~/.ssh/config
  • C. /etc/ssh/sshd_config
  • D. /etc/ssh/ssh_config

Answer: A


NEW QUESTION # 44
Examine this command and output:
# ausearch -k mkdir
type=SYSCALL msg=audit(1604360199.719:44733): arch=c000003e syscall=83 success=no a0=55dec0b47400 a1=lc0 a2=0 a3=0 items=2 ppid=1354 pid=284632 auid=4294967295 uid=996 gid=996 euid=998 suid=998 fsuid=998 egid=996 sgid=996 fsgid=996 tty=(none) ses=429 comm="pkla-check-auth" exe="/usr/bin/pkla-check-authorization" subj=system_u:system_r:policykit_auth_t:s0 key="mkdir" Which command displays the syscall in text format instead of numerical format?

  • A. ausearch -sc 83 -k mkdir
  • B. ausearch -I -k mkdir
  • C. ausearch -r -k mkdir
  • D. ausearch -a 83 -k mkdir
  • E. ausearch --format text -k mkdir

Answer: A


NEW QUESTION # 45
Examine this command and output:
$ ftp host01.example.com
Connected to host01.example.com (192.168.40.131).
220 (vsFTPd 3.0.2)
Name (host01.example.com:oracle):
After entering a carriage return, this error message is displayed:
530 Permission denied
Login Failed
ftp>
Why is the oracle user denied access to the FTP server on host01.example.com?

  • A. LOCAL_ENABLE is set to NO in /etc/vsftpd/vsftpd.conf.
  • B. The oracle user is listed in /etc/vsftpd/ftpusers.
  • C. The oracle user is listed in /etc/vsftpd/user_list and USERLIST_ENABLE is set to NO in /etc/vsftpd/vsftpd.conf.
  • D. The oracle user does not exist on host01.example.com.
  • E. The oracle user is listed in /etc/vsftpd/user_list and USERLIST_ENABLE is set to YES in /etc/vsftpd/vsftpd.conf.

Answer: B


NEW QUESTION # 46
Examine this command:
$ podman run -name=oracleshell -it oraclelinux:8 -slim
Which two statements are true upon execution?

  • A. The container is created and started in a single command.
  • B. The command fails if the oraclelinux:8 -slim image does not exist on the local machine.
  • C. The container named oracleshell must already exist; otherwise, the command fails.
  • D. The container is removed by typing exit at the bash shell prompt.
  • E. The container creates and starts an interactive shell.

Answer: A,E


NEW QUESTION # 47
Which two are true about using Ksplice?

  • A. Ksplice has two clients; each can run in three different modes.
  • B. It can patch the kernel without shutting down the system.
  • C. Ksplice can be used without a network connection
  • D. The Ksplice client is freely available to all customers.
  • E. Yum cannot upgrade a kernel patched by Ksplice

Answer: B,E


NEW QUESTION # 48
Which mdadm command creates a RAID-1 device consisting of two block volumes and one spare device?

  • A. mdadm -create /dev/md0 -level=1 -raid-devices=2 /dev/xvdd1 /dev/xvdd2 -spare-devices=1 /dev/xvdd3
  • B. mdadm -create /dev/md0 -level=5 -raid-devices=2 /dev/xvdd1 /dev/xvdd2 -spare-devices=1 /dev/xvdd3
  • C. mdadm -create /dev/md0 -level=0 -raid-devices=2 /dev/xvdd1 /dev/xvdd2 -spare-devices=1 /dev/xvdd3
  • D. mdadm -create /dev/md0 -level=1 -raid-devices=2 /dev/xvdd1 /dev/xvdd2

Answer: A


NEW QUESTION # 49
You must prevent Ksplice from reapplying updates at the next system reboot. Which two commands or parameters can do this?

  • A. nouptrack
  • B. uptrack=0
  • C. uptrack-remove -all
  • D. uptrack-upgrade -n
  • E. touch /etc/uptrack/disable

Answer: B,C


NEW QUESTION # 50
Which two directories store PAM authentication modules?

  • A. /etc/pam.d
  • B. /var/lib
  • C. /lib/security
  • D. /usr/lib
  • E. /lib64/security

Answer: C,E


NEW QUESTION # 51
Examine this command and output:
# cat deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80
Now examine this command which executes successfully:
$ kubectl create -f deployment.yaml
Which two statements are true?

  • A. The command specifies nginx image version 1.14.2 and will fail if the image version is not available.
  • B. The command creates and guarantees the availability of a specified number of identical pods.
  • C. The command creates a pod named nginx.
  • D. The command creates a deployment named nginx.
  • E. The command specifies port 80 as the port that the container exposes.

Answer: B,E


NEW QUESTION # 52
Which two statements are true about the proc and sys file systems?

  • A. sys contains a list of mounted devices.
  • B. sys contains information about memory and CPUs.
  • C. proc contains a list of network drivers.
  • D. proc contains information about memory and CPUs.
  • E. sys contains a list of running processes.

Answer: B,D


NEW QUESTION # 53
Which three are features of the btrfs file system?

  • A. Efficient storage for small files
  • B. General-purpose volume manager
  • C. Copy-on-write metadata
  • D. Online resizing
  • E. Block devices mirroring
  • F. Automatic defragmentation
  • G. Cluster file system

Answer: C,D,E


NEW QUESTION # 54
......

1Z0-106 Exam Dumps For Certification Exam Preparation: https://www.newpassleader.com/Oracle/1Z0-106-exam-preparation-materials.html