how to send process to background and foreground using a system or lib
function?
please advice.
regards,
richard lim
regards,
richard lim
There is no point in messing with any of this, just let the user have the
control. One thing that sometimes makes sense to implement in a terminal-based
application is a suspend command which ``artificially'' raises SIGTSTP within
that process. You need to do this if you put the tty in raw mode, so that
Ctrl-Z is not interpreted by the driver, and the user otherwise has no way
to suspend.
--
Any hyperlinks appearing in this article were inserted by the unscrupulous
operators of a Usenet-to-web gateway, without obtaining the proper permission
of the author, who does not endorse any of the linked-to products or services.
1. how to bring background process into foreground using PID
i have a couple of processes running in the background. The problem is
I can't bring the process into foreground by issuing it's process name.
eg:
$ fg "ping xxx.xxx.xx -30"
bash: fg: ping xxx.xxx.xxx.xx -i 30: no such job
the PID is 1245. Is there anyway I can bring the process into foreground
by issuing the PID instead?
regards,
rizan
2. isdn-card and busy signal (atx3)
3. How can I background a process; logout; login; foreground the process
4. WANTED - Beta Testers for Sterling Software’s Upcoming TN3270 Intelligent Access Product
5. Foregrounding a backgrounded process
7. Bringing a background process into the foreground
9. How to foreground a nohuped and background process?
10. foreground a background process after logout
11. Foregrounding a backgrounded process
12. Help! Bring background process to foreground
13. launch process from background into the foreground