Ques:- What is difference between Process and Daemon?
Right Answer:
A process is an executing instance of a program that has its own memory space, while a daemon is a background process that runs without direct user interaction, often starting at system boot and typically handling system or service tasks.
A process is an executing instance of a program that has its own memory space, while a daemon is a background process that runs without direct user interaction, often starting at system boot and typically handling system or service tasks.