logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Operating Systems Comments

  • Question
  • What is a daemon?


  • Correct Answer
  • Daemon is a program that runs in the background without user?s interaction A daemon runs in a multitasking operating system like UNIX A daemon is initiated and controlled by special programs known as ?processes? 


  • Operating Systems problems


    Search Results


    • 1. Explain the meaning of mutex.
    • Discuss
    • 2. Explain the concept of the Distributed systems?
    • Discuss
    • 3. Differentiate between Complier and Interpreter?
    • Discuss
    • 4. What are necessary conditions for dead lock?
    • Discuss
    • 5. What is Dispatcher?
    • Discuss
    • 6. What is pre-emptive and non-preemptive scheduling?
    • Discuss
    • 7. Which among the following are not the children of Swapper or Scheduler?

    • Options
    • A. Process Dispatcher
    • B. Vhand
    • C. Dbflush
    • D. All the above
    • Discuss
    • 8. main() { fork(); printf(?Hello World!?); } Output for the above unix program is

    • Options
    • A. Hello World!
    • B. Hello World!Hello World!
    • C. Hello World
    • D. None
    • Discuss
    • 9. Which among the following is a system call used for process management

    • Options
    • A. fork()
    • B. exec()
    • C. getppid()
    • D. All the above
    • Discuss
    • 10. main() { char s[ ] = "man"; int i; for( i=0; s[ i ]; i++) printf( "n%c%c%c%c", s[ i ], *(s+i), *(i+s), i[s] ); }

    • Options
    • A. mmmm aaaa nnnn
    • B. aaaa mmmm nnnn
    • C. nnnn aaaa mmmm
    • D. None
    • Discuss


    Comments

    There are no comments.

Enter a new Comment