As Gregor stated, this is not an ssh issue.  It is standard shell process
control.  Normally when you background a process using & you can bring this
process to the foreground by typing the shell built-in fg command.  If you
want to return it to the background, depending on your stty susp setting, you
can hit Cntrl-z which suspends the processes and gives you a shell.  You can
now type the shell built-in bg (background) and it will be the same as if you
had used an & on starting up the process.

Hope this UNIX 101 tutorial helps :)
Chris

"Braziel, Brady" wrote:

> Does anyone know of a way to bring a process back to the foreground under
> ssh after starting it in the background?
>
> thanks
>
> BB
>
> Brady Braziel
> Unix Administrator
> Charles Schwab & Co., Inc.
> 211 Main Street, 17th floor
> voice: +01 415-667-0569
> fax:   +01 415 667-0105
> E-mail: [EMAIL PROTECTED]
> -------------------------------------------
> Any comments or statements made are not necessarily those of Charles
> Schwab & Co., Inc., its subsidiaries, or affiliates.
> WARNING: All e-mail sent to this address will be received by the Charles
> Schwab & Co., Inc. corporate e-mail system and is subject to archival
> and review by someone other than the recipient.
begin:vcard 
n:Hoekstra;Chris
tel;fax:(630) 540-5047
tel;work:(630) 540-5050
x-mozilla-html:TRUE
url:http://www.dimension.net/security
org:<B><IMG SRC="http://jabba.dimension.net/images/logo.gif"></B>
adr:;;;Barlett;Il.;60103;U.S.A.
version:2.1
email;internet:[EMAIL PROTECTED]
title:<B>Network and Security Engineer</B><BR>Security Group
fn:Christopher Hoekstra
end:vcard

Reply via email to