David Busby wrote:
List,
    I used CTRL+Z to stop a task, how do I get it back?  Is there a way to
start a task into the background?  Can I start a stoped job and have it run
in the background?  What should `man` to learn?
if you know the process id you can ( in bash ) use the 'fg' command.
read bash's man page.  you can use the 'ps' command to get the pids
for your currently running and suspended  processes.






--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to