Dear managers,
Another question, I have a process running (like vi file.txt) in
my DEC Alpha v3.2 OSF1. I stopped it with the Ctrl-Z keys, what I want to
know if I can take this process foreground from another session, to
the same host of course, entering with the same user, I can do that with
the fg command from the same session, but when I'm trying to do that
from other session I got the error:
~
~
~
"file.txt" [New file]
[1] + Stopped vi file.txt
# ps -ef|grep vi
ba794 6029 4721 0.0 14:29:34 ttyp1 0:00.07 vi file.txt
root 5980 5095 0.0 14:29:51 ttyp2 0:00.03 grep vi
# fg 6029
fg: not found
#
Could be possible to get foreground a stopped process form
another session?
Thanks in advance.
Regards,
R. Betancourt
Received on Fri Sep 05 1997 - 21:45:36 NZST