You must add an additional swap device and you add this entry to /etc/fstab:/.swapfile none swap defaults 0 0 Examine these commands and output:# dd if=/dev/zero of=/.swapfile bs=1024 count=1048576 1048576+0 records in1048576+0 records out1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.32499 s, 248 MB/s# swapon -aswapon: /.swapfile: insecure permissions 0644, 0600 suggested. swapon: /.swapfile: read swap header failedWhich two actions must you perform to add this swap device?
Examine this output:Last metadata expiration check: 4:30:21 ago on Mon 26 Oct 2020 03:09:52 PM GMT Installed PackagesName : gzipVersion : 1.9 Release : 9.el8 Architecture : x86_64 Size : 412 kSource : gzip-1.9-9.el8.src.rpm Repository : @SystemFrom repo : anacondaSummary : The GNU data compression program URL : http://www.gzip.org/License : GPLv3+ and GFDLDescription : The gzip package contains the popular GNU gzip data compression program. Gzipped files have a .gz extension.Gzip should be installed on your system, because it is a very commonly used data compression program.Which command generated it?
Which three statements are true about DNF modules?
Examine this command:# cryptsetup luksOpen /dev/xvdd1 cryptfs What happens upon execution?
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.1TYPE=EthernetWhich two statements are true after executing nmcli con mod ens4 ipv4.method auto?