I connected to centos 7
with SSH
and Putty
.
I ran this command:
yum update
And closed the terminal.
Now that I'm back in the new terminal, I can see it running with this command:
# ps auxf | grep yum
root 5455 10.3 1.3 646196 222248 pts/1 S+ 04:16 1:50 \_ /usr/bin/python /usr/bin/yum update
But the question is, how can I see the instant output of the command like the first time I ran it?
reptyr
can re-attach processes to the current terminal. – Stephen Kitt Aug 30 '22 at 11:32