Technology and me

// 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.

Billets similaires

Comments are disabled

RSS Feed
Social ...
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported