2011-02-07 // How to start a program in background with screen
- screen : http://www.gnu.org/software/screen/
- Install
aptitude install screen
- start a program in background
screen -d -m <YourProgram>
- check the program
screen -R
And CTRL+A D to detach.
aptitude install screen
screen -d -m <YourProgram>
screen -R
And CTRL+A D to detach.
Social ...