Answers

Question and Answer:

  Home  Simple Network Management Protocol (SNMP)

⟩ How can i make my server a domain?

creating daemon is very simple in Linux. you just need to

create a child process from its parent process and kill the

parent process. also you should close all the I/O streams.

[as daemon is a background process which is not interactive

in nature].

latter on you can write a init script in /etc/init.d/ to

make it a service.

 181 views

More Questions for you: