LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   how to put it *appear* again?? (https://www.linuxquestions.org/questions/fedora-35/how-to-put-it-%2Aappear%2A-again-390829/)

slazer 12-09-2005 05:01 AM

how to put it *appear* again??
 
hi all,

i'm facing a problem here.. i run a package by typing

./tkabber-starpack_0.9.8-linux-x86.bin &

in console... then i closed it.. but when my friends send a message to me.. the message appeared on my screen ... that means the program doesn't really killed/close... and i checked it using ps command and it does still alive...

but the problem is.. how can i put it *appear* again on my screen.. how to call them???

tq

syg00 12-09-2005 06:18 AM

From a terminal, use "jobs" to get a list of jobspecs.
"fg jobspec" will resume it as the current job.

See the manpage.


All times are GMT -5. The time now is 03:01 AM.