READ Free Dumps For RedHat- RH302
Question ID 17432 | Add a user named user4 and make primarily belongs to training group. As well |
Option A | Answer : useradd username passwd username usermod -e date usermod -e 12 Feb 2006 user4 chage l user4 |
Correct Answer | A |
Question ID 17433 | We are working on /data initially the size is 2GB. The /dev/test0/lvtestvolume is |
Option A | Answer : 1. Create a partition having size 5 GB and change the syste id 8e. 2.use partprobe command 3.pvcreate /dev/hda9 Suppose your partition number is hda9. 4.vgextend test0 /dev/hda9 vgextend command add the physical disk on volume group. 5.lvextend L+5120M /dev/test0/lvtestvolume 6.verify using lvdisplay /dev/test0/lvtestvolume. |
Correct Answer | A |