InterviewSolution
Saved Bookmarks
| 1. |
What is the ctrl+D error? |
|
Answer» ctrl+D ERROR is one of the common errors occur when the root user TRIES to make any Permanent entry in fstab file & by mistake changes the path location of mounted file systems in os, it gives error while rebooting the system and fails to load. fstab is a system configuration file on the Linux operating system that contains information about major filesystems. This file is LOCATED in /etc directory and can be viewed LIKE “cat /etc/fstab”. We have set steps to recovery system from ctrl+D error.
|
|