redhat
rhce RHCSA Study Guide RHCSA Questions
rhce RHCSA Study Guide RHCSA Questions
To verify a package installed on system, you can use Example Here bind package have /etc/named.conf file modified. To verify all packages on system, run Back to rpm
1. Logical volume ‘home’ as created and mounted. Reduce its size to ‘192M’ (size from 185M to 200MB is acceptable) # lvdispaly # umount /dev/vgsrv/home # e2fsck -f /dev/vgsrv/home # resize2fs /dev/vgsrv/home 192M # lvcreduce -L 192M /dev/vgsrv/home # mount /dev/vgsrv/home # lvdisplay # lvdisplay # umount /dev/vgsrv/home # lvextend -L 256M /dev/vgsrv/home # e2fsck … Read more