I was doing a make operation over ssh, but the connection was dropped, so rather than using ps -a | grep make, i was wondering if it was possible for a terminal window to bind what its showing to a specific process (so i can continue to see its rather vebose output)?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
|
migrated from raspberrypi.stackexchange.com Jan 20 at 20:15
|
Without preparations not as far as I know, when you use the command
(check man page for details, and or this info), you can reconnect to a processes started earlier, very handy thing! Specially in the situation you described. |
|||
|