CORRECT TEXT
CORRECT TEXT Add admin group and set gid=600View AnswerAnswer: # groupadd -g 600 admin
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 Configure the verification mode of your host account and the password as LDAP. And it can login successfully through ldapuser40. The password is set as "password". And the certificate can be downloaded from http://ip/dir/ldap.crt. After the user logs on the user has no host directory unless you configure...
CORRECT TEXT
CORRECT TEXT Create one partitions having size 100MB and mount it on data.View AnswerAnswer:
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 Configure the verification mode of your host account and the password as LDAP. And it can login successfully through ldapuser40. The password is set as "password". And the certificate can be downloaded from http://ip/dir/ldap.crt. After the user logs on the user has no host directory unless you configure...
CORRECT TEXT
CORRECT TEXT Part 1 (on Node1 Server) Task 10 [Configuring NTP/Time Synchronization] Configure your system so that it is an NTP client of utility.domain15.example.com The system time should be set to your (or nearest to you) timezone and ensure NTP sync is configuredView AnswerAnswer: * [root@node1 ~]# yum install chrony...
CORRECT TEXT
CORRECT TEXT Configure /var/tmp/fstab Permission. Copy the file /etc/fstab to /var/tmp/fstab. Configure var/tmp/fstab permissions as the following: Owner of the file /var/tmp/fstab is Root, belongs to group root File /var/tmp/fstab cannot be executed by any user User natasha can read and write /var/tmp/fstab User harry cannot read and write /var/tmp/fstab...
CORRECT TEXT
CORRECT TEXT One Logical Volume named /dev/test0/testvolume1 is created. The initial Size of that disk is 100MB now you required more 200MB. Increase the size of Logical Volume, size should be increase on online.View AnswerAnswer: ✑ lvextend -L+200M /dev/test0/testvolume1 Use lvdisplay /dev/test0/testvolume1) ✑ ext2online -d /dev/test0/testvolume1 lvextend command is used...