Checking for Virtualization
Title
Question
While entering the below command on command prompt,
grep --color vmx /proc/cpuinfo
I encountered an error as - "'grep' is not recognized as an internal or external command,
operable program or batch file."
What could be the reason for such an error and how to fix it?
Linux Ubuntu-Desktop-16.04 02-03 min 40-50 sec
Answers:
Dear User,
if you are using windows OS, Use <code>findstr</code> instead <code>grep</code>, because cmd doesn't cover <code>grep</code> syntax as it works on Linux.
Kindly reply if further assistance required.
Login to add comment