| Exam Code/Number: | 1Z0-106Join the discussion |
| Exam Name: | Oracle Linux 8 Advanced System Administration |
| Certification: | Oracle |
| Question Number: | 62 |
| Publish Date: | Jun 02, 2026 |
|
Rating
100%
|
|
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?
Which three are features of the btrfs file system?
Which two methods of changing kernel parameters can you use to modify values for the running system?
Which two statements are true about the Oracle Linux 8 boot process?
Which two are true about using Ksplice?