LINUX.ORG.RU

А сразу запустить его в фоне никак?

strangeman ★★★★
()
Ответ на: комментарий от Deleted

Хотя ты почти прав:

Ctrl-Z sends SIGSTOP, which freezes the program. To restart it from the same point, you need somehow to send a SIGSTART. This can be done by using the commands fg (to restart it as a foreground process) or bg to restart it in the background.

Deleted
()

ctrl-z

потом bg

или так: $ foo &

luke ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.