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/

December 15, 2021 No Comments READ MORE +

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:

December 14, 2021 No Comments READ MORE +

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

December 14, 2021 No Comments READ MORE +

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:

December 14, 2021 No Comments READ MORE +

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...

December 14, 2021 No Comments READ MORE +

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:

December 14, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Create one partitions having size 100MB and mount it on data.View AnswerAnswer:

December 14, 2021 No Comments READ MORE +

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...

December 14, 2021 No Comments READ MORE +

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

December 14, 2021 No Comments READ MORE +

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:

December 13, 2021 No Comments READ MORE +