1Z0-106 Exam Question 36

Which two are true about using Ksplice?
  • 1Z0-106 Exam Question 37

    Examine this udev device naming rule which gets processed successfully:
    makefile
    KERNEL=="hdb", DRIVER=="ide-disk", SYMLINK+="sparedisk"
    Which two statements are true?
  • 1Z0-106 Exam Question 38

    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?
  • 1Z0-106 Exam Question 39

    Examine this command and output:
    # mdadm --detail /dev/md0
    /dev/md0:
    Version: 1.2
    Creation Time: Tue Oct 27 16:53:38 2020
    Raid Level: raid5
    Array Size: 207872 (203.03 MiB 212.86 MB)
    Used Dev Size: 103936 (101.52 MiB 106.43 MB)
    Raid Devices: 3
    Total Devices: 3
    Persistence : Superblock is persistent
    Update Time: Tue Oct 27 16:53:38 2020
    State: clean, degraded, recovering
    Active Devices: 2
    Working Devices: 3
    Failed Devices: 0
    Spare Devices: 1
    Layout: left-symmetric
    Chunk Size: 512K
    Rebuild Status: 60% complete
    Name: ol8.example.com:0 (local to host ol8.example.com)
    UUID: 70f8bd2f:0505d92d:750a781e:c224508d
    Events: 66
    Number Major Minor RaidDevice State
    0 8 49 0 active sync /dev/sdd1
    1 8 65 1 active sync /dev/sde1
    3 8 81 2 spare rebuilding /dev/sdf1
    Which two are true?
  • 1Z0-106 Exam Question 40

    Which two statements are true about fdisk?