How to start a program in background with screen
Feb 7, 2011
1 minute read

How to start a program in background with screen

aptitude install screen
  • start a program in background
screen -d -m <YourProgram>
  • check the program
screen -R

And CTRL+A D to detach.



comments powered by Disqus