|
INTERVIEW QUESTIONS
OPERATING SYSTEMS
UNIX
DETAILS
Question: What is a Daemon?
Answer: A daemon is a process that detaches itself from the terminal and runs, disconnected, in the background, waiting for requests and responding to them. It can also be defined as the background process that does not belong to a terminal session. Many system functions are commonly performed by daemons, including the sendmail daemon, which handles mail, and the NNTP daemon, which handles USENET news. Many other daemons may exist. Some of the most common daemons are: init: Takes over the basic running of the system when the kernel has finished the boot process. inetd: Responsible for starting network services that do not have their own stand-alone daemons. For example, inetd usually takes care of incoming rlogin, telnet, and ftp connections. cron: Responsible for running repetitive tasks on a regular schedule.
|
|
|
Category |
UNIX Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 7364 users |
Added on |
9/3/2014 |
Views |
67579 |
Rate it! |
|
|
Question:
What is a Daemon?
Answer:
A daemon is a process that detaches itself from the terminal and runs, disconnected, in the background, waiting for requests and responding to them. It can also be defined as the background process that does not belong to a terminal session. Many system functions are commonly performed by daemons, including the sendmail daemon, which handles mail, and the NNTP daemon, which handles USENET news. Many other daemons may exist. Some of the most common daemons are: init: Takes over the basic running of the system when the kernel has finished the boot process. inetd: Responsible for starting network services that do not have their own stand-alone daemons. For example, inetd usually takes care of incoming rlogin, telnet, and ftp connections. cron: Responsible for running repetitive tasks on a regular schedule. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What Happens when you execute a command?
|
View Answer
|
|
What is a shell?
|
View Answer
|
|
How does the inode map to data block of a file?
|
View Answer
|
|
Discuss the mount and unmount system calls
|
View Answer
|
|
How do you create special files like named pipes and device files?
|
View Answer
|
|
What is a FIFO?
|
View Answer
|
|
What are links and symbolic links in UNIX file system?
|
View Answer
|
|
How do you change File Access Permissions?
|
View Answer
|
|
What are the Unix system calls for I/O?
|
View Answer
|
|
Brief about the directory representation in UNIX
|
View Answer
|
|
What is 'inode'?
|
View Answer
|
|
How are devices represented in UNIX?
|
View Answer
|
|
How do we know how a particular session is scheduled?
|
View Answer
|
|
Explain the types of interrupts in detail?
|
View Answer
|
|
I need to write a command using redirection characters to output the number of unique users working on your system.
|
View Answer
|
|
What are signals in UNIX?
|
View Answer
|
|
Unix command to concatenate (attach) two strings?
|
View Answer
|
|
How to read error messages in /var/adm/messages when system is not booting.
|
View Answer
|
|
How to find some partuicular lines in unix Vi editor which starts with a paricular word and end with another particular word?? For ex - There are 10 lines in the editor and only 4 lines start with the word APPLE and end with the word MANGO.Now how to find out these particular lines in Unix .
|
View Answer
|
|
Where is kernel located in unix?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All UNIX Interview Questions & Answers - Exam Mode /
Learning Mode
|