InterviewSolution
Saved Bookmarks
| 1. |
What is a daemon process in Linux? |
|||||||||
|
Answer» A program that gets executed in the background because of the occurrence of a specific event, process or condition. Daemon processes are managed by the Kernel. The operations are given unique PIDS. 23. What is the difference between FILESYSTEMS ext2, EXT3 and ext4 in LINUX?
|
||||||||||