Linux process management
- by tanascius
Hello,
I started a long running background-process (dd with /etc/urandom) in my ssh console. Later I had to disconnect. When I logged in, again (this time directly, without ssh), the process still seemed to to run.
I am not sure what happened - I did not use disown. When I logged in later, the process was not listed in top at first, but after a…