Examine this command:
$ podman run --name=oracleshell -it oraclelinux:8 -slim
Which two statements are true upon execution?
Examine this command, which executes successfully:
# nmcli con add con-name eth2 type ethernet ifname eth2 \ Ipv6.address 2804:14c:110:ab2f:c3lb:1212:7917:708a/64 \ Ipv6.gateway 2804:14c:110:ab2f::1003 \ Ipv4.address 192.168.0.5/24 ipv4.gateway 192.168.0.254
The eth2 connection does not exist. Which two statements are true?
Which two statements are true about the Oracle Linux 8 boot process?
Examine the contents of the /etc/exports file on an NFS server:
/status *(rw,async)
/usr/shared/tools *(all-squash,anonuid=501,anongid=501,ro)
/projects/big *(ro) pteam(rw)
The NFS server exports /usr/shared/tools to NFS clients. Which statement is true?
Which mdadm command creates a RAID-1 device consisting of two block volumes and one spare device?