CORRECT TEXT
CORRECT TEXT Create a backup file named /root/backup.tar.bz2, which contains the contents of /usr/local, bar must use the bzip2 compression.View AnswerAnswer: cd /usr/local tar -jcvf /root/backup.tar.bz2* mkdir /test tar -jxvf /root/backup.tar.bz2 -C /test/
CORRECT TEXT
CORRECT TEXT Add a new logical partition having size 100MB and create the data which will be the mount point for the new partition.View AnswerAnswer:
CORRECT TEXT
CORRECT TEXT SELinux must be running in the Enforcing mode.View AnswerAnswer: getenforce // Check the current mode of SELinux // SELinux runs in enforcing mode // Check getenforce 1 getenforce vim /etc/selinux/config selinux=enforcing // To temporarily enable SELinux wg sestatus
CORRECT TEXT
CORRECT TEXT Add a new logical partition having size 100MB and create the data which will be the mount point for the new partition.View AnswerAnswer:
CORRECT TEXT
CORRECT TEXT Part 2 (on Node2 Server) Task 4 [Managing Logical Volumes] Resize the logical volume, lvrz and reduce filesystem to 4600 MiB. Make sure the the filesystem contents remain intact with mount point /datarz (Note: partitions are seldom exactly the size requested, so anything within the range of 4200MiB...
CORRECT TEXT
CORRECT TEXT Add a new logical partition having size 100MB and create the data which will be the mount point for the new partition.View AnswerAnswer:
CORRECT TEXT
CORRECT TEXT Create one partitions having size 100MB and mount it on data.View AnswerAnswer:
CORRECT TEXT
CORRECT TEXT Create a backup Create a backup file named /root/backup.tar.bz2, contains the content of /usr/local, tar must use bzip2 to compress.View AnswerAnswer: cd /usr/local tar Cjcvf /root/backup.tar.bz2 mkdir /test tar Cjxvf /root/backup.tar.bz2 CC /test// Decompression to check the content is the same as the /usr/loca after If the questions...
168.1.0/24 Network's Host.
168.1.0/24 Network's Host.View AnswerAnswer: ✑ vi /etc/sysconfing/network NETWORKING=yes HOSTNAME=station?.example.com GATEWAY=192.168.0.254 service network restart
CORRECT TEXT
CORRECT TEXT Add a new logical partition having size 100MB and create the data which will be the mount point for the new partition.View AnswerAnswer: