InterviewSolution
Saved Bookmarks
| 1. |
How You Will Check On Your Server Or System Device-mapper Is Installed Or Not? |
|
Answer» Check the following file: #CAT /proc/misc if this file contains “device-mapper” TERM it MEANS device mapper is INSTALLED on your system. Check the following file: #cat /proc/misc if this file contains “device-mapper” term it means device mapper is installed on your system. |
|