Skip to main content
2 of 8
added 34 characters in body
Asain Kujovic
  • 2.2k
  • 1
  • 20
  • 24

When detaching program, you should redirect both output to null, and use:

&>/dev/null &

instead of:

&
Asain Kujovic
  • 2.2k
  • 1
  • 20
  • 24