Skip to content

Instantly share code, notes, and snippets.

@damour
Created June 13, 2013 14:00
Show Gist options
  • Save damour/5773900 to your computer and use it in GitHub Desktop.
Save damour/5773900 to your computer and use it in GitHub Desktop.
выйти из сеанса, не прерывая выполнения приложения
./programma
ctrl + Z
bg
disown -h
Когда нужно ее в foreground вернуть уже после нового входа на сервер по ssh :
fg
Список запущенных прог - команда jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment