From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 18:14:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4743616A4CE for ; Mon, 4 Apr 2005 18:14:04 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBD743D5D for ; Mon, 4 Apr 2005 18:14:03 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1275856rng for ; Mon, 04 Apr 2005 11:14:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=JUyGNupP/WVg+qS3wtVcnTdoXGOMt9Exf8XMBZJNug0vVmhHxIhHzsVri3x6awLLzvXux6MveWd52nSpF6+vR3IHxr4ytRQKVce16mthUdEvvCwxnaAe4VxIjJlL0G9fJ2LtICCDjde/lh70lPiQz+2LF2MRTZuP6HnVHVKtBjo= Received: by 10.38.67.50 with SMTP id p50mr5561743rna; Mon, 04 Apr 2005 11:14:02 -0700 (PDT) Received: by 10.38.74.23 with HTTP; Mon, 4 Apr 2005 11:14:02 -0700 (PDT) Message-ID: Date: Mon, 4 Apr 2005 20:14:02 +0200 From: Gert Cuykens To: Charles Swiger In-Reply-To: <999bb533b06ea72632e11ad5c80309e9@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <425110D4.2020106@mail.ru> <999bb533b06ea72632e11ad5c80309e9@mac.com> cc: freebsd list Subject: Re: exec make buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 18:14:04 -0000 On Apr 4, 2005 8:03 PM, Charles Swiger wrote: > On Apr 4, 2005, at 1:54 PM, Gert Cuykens wrote: > > think it did not work because you have to do "exec make buildworld > > > log.file & logout" dont know did not try it yet :) > > > > Is ctrl+D the same as close exit or logout or does it stand for detach > > and run in the background ? > > Cntl-D when read as input means EOF. The shell reads commands until it > reaches the end of the shell script, or the end of user input, and then > exits. Cntl-D thus behaves similar to exit or logout. > > [ EOF really is a state of mind, not a character. ] > > > If i do ctrl +D in a terminal doing nothing ? > > Your shell will exit. > > > Will the terminal be runing forever in the background doing > > nothing untill i kill it ? > > Nope. Your terminal window will notice the child shell process go > away, and will do the same thing. > > > Where can you find a list of csh ctrl commands ? > > These aren't specific to csh, but see "stty -a". > what does stty stand for ? signal text terminal y... ? FX-53U stty -a speed 38400 baud; 24 rows; 80 columns; lflags: icanon isig iexten echo echoe echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr ixon -ixoff -ixany imaxbel -ignbrk brkint -inpck ignpar -parmrk oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret cflags: cread cs8 -parenb -parodd -hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^H; erase2 = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; FX-53U So ^D stand for end of file, what does this mean time = 0; ?