LPI Exam Questions

Which of the following commands can be used to determin…

Which of the following commands can be used to determine whether the local machine is capable of running full virtualized Xen guests? (Choose TWO correct
answers.)

A.
dmesg |grep -i intel|grep -i vt; dmesg |grep -i amd|grep -i v

B.
egrep ‘(vmx|svm)’ /proc/cpuinfo

C.
xl dmesg | grep -i hvm

D.
grep -i “Full Virtualization” /proc/xen

E.
grep -i “Full Virtualization” /etc/xen/*