Questions

  1. What information is available for the current process inside a Go application?
  2. How do you create a child process?
  3. How do you ensure that a child process survives its parent?
  4. Can you access child properties? How can you use them?
  5. What's a daemon in Linux and how are they handled?