EX200 Exam Question 26

Create a 1 GiB logical volume named lvbackup in volume group vgdata, format it with XFS, mount it on
/backup, and make it persistent.

EX200 Exam Question 27

Configure the system hostname and configure a static IP address on the existing NetworkManager connection.

EX200 Exam Question 28

Boot once into emergency mode from GRUB.

EX200 Exam Question 29

Create Archive
Create a tar archive named /root/backup.tar.bz2, which should contain the contents of /usr/local. The tar archive must be compressed using bzip2.

EX200 Exam Question 30

Find String
Find all lines containing the string "ng" in the file /usr/share/xml/iso-codes/iso_639_3.xml.
Save copies of all these lines to /root/list in the root directory.
/root/list must not contain empty lines, and all lines must be exact copies of the original lines in /usr/share/xml/iso-codes/iso_639_3.xml.