Question 1

Examine this network configuration:
NAME="ens4"
DEVICE="ens4"
ONBOOT=no
NETBOOT=yes
IPV6INIT=yes
BOOTPROTO=none
IPADDR=192.168.2.5
PREFIX=24
GATEWAY=192.168.2.1
TYPE=Ethernet
Which two statements are true after executing nmcli con mod ens4 ipv4.method auto?
  • Question 2

    Which two statements are true about the at and batch commands?
  • Question 3

    As root you configured a file system using AutoFS with default settings. In the first session, you changed to a directory under AutoFS control. In a second session, you changed to /etc. Now the idle time for the session expires. Which two statements are true about the status of the file system mounted in the first session?
  • Question 4

    Which statement is true about slice units?
  • Question 5

    Examine this command:
    # ssh -L 5011:127.0.0.1:80 [email protected] -f sleep 30
    Which two are true upon execution?