Re: How to change process status?

2008-07-22 Thread EdwardKing
I use FreeBSD7.0 $./a.out $ There is show nothing,like such as [1] 27537 Why? - Original Message - From: Fernando Apesteguía [EMAIL PROTECTED] To: EdwardKing [EMAIL PROTECTED] Cc: FreeBSD freebsd-questions@freebsd.org Sent: Monday, July 21, 2008 2:32 PM Subject: Re: How to change

Re: How to change process status?

2008-07-22 Thread Dan Nelson
In the last episode (Jul 21), EdwardKing said: From: Fernando Apesteguía [EMAIL PROTECTED] On 7/21/08, EdwardKing [EMAIL PROTECTED] wrote: I make a process running in background,like follows: $./a.out I want to know how to change a.out from backgound to foreground and how to stop it?

How to change process status?

2008-07-21 Thread EdwardKing
I make a process running in background,like follows: $./a.out I want to know how to change a.out from backgound to foreground and how to stop it? Thanks -- Confidentiality Notice: The information

Re: How to change process status?

2008-07-21 Thread Fernando Apesteguía
On 7/21/08, EdwardKing [EMAIL PROTECTED] wrote: I make a process running in background,like follows: $./a.out I want to know how to change a.out from backgound to foreground and how to stop it? with fg and the number the shell returns after you placed the process in the background. Let's