From owner-freebsd-questions Thu Jun 6 10:57:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cs.selu.edu (cs.selu.edu [147.174.59.5]) by hub.freebsd.org (Postfix) with ESMTP id 4CBDD37B40A for ; Thu, 6 Jun 2002 10:57:23 -0700 (PDT) Received: from localhost (jholland@localhost) by cs.selu.edu (8.11.6/8.11.2) with ESMTP id g56Hus023147; Thu, 6 Jun 2002 12:56:54 -0500 Date: Thu, 6 Jun 2002 12:56:53 -0500 (CDT) From: Jason P Holland To: uwi mAn Cc: questions@FreeBSD.ORG Subject: Re: ctrl-z In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > thats basics but nonetheless, how to awake suspended [by shell Ctrl-Z] > > programs? > > fg > > It's generally listed under the heading "job control" in the appropriate > man page. > if you have more than 1 job in the background, you can type jobs to get a list, and then fg %1 or fg %2 to bring whichever job into the foreground. jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message