From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 16:55:26 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 407001065676 for ; Thu, 25 Mar 2010 16:55:26 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id C95CC8FC13 for ; Thu, 25 Mar 2010 16:55:25 +0000 (UTC) Received: by fxm24 with SMTP id 24so3318763fxm.3 for ; Thu, 25 Mar 2010 09:55:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=lUZnVV8C2QOP21aJmZTxJeqyfQwGKykYZni+MuKV1/U=; b=Mhx9d3vkrGri0qh3aEEisPmE7uCffbscUp8OhvTNlQWJ7wzEe+Y8sDmJi3DgIYj/nJ JuVTTzquHeBsHsOHXGUzOnbZd+Zul0gu7c0h9Kv6ImKSFKS3rVGdsSa1vvqbxwhVWTcV fhy4rMKFrsz2xwIj2SBEUv+8QUHarTencDHxc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=trSkFKF254za367/aRjUoLEUicoYvgCWQZRZinOb1Zt+rXqXRy/Enf87Wi3HFGjaMl LUw9zAjXouhXYbdaXNiLpRZm8P/Yz5B6E9doCQ2PLdohT1E7csxorxb3sorUE+s0sJah RyO0rcSJJ4CwOX+Zx9uXXFFqVWP4E5ChZh0fg= MIME-Version: 1.0 Received: by 10.239.182.5 with SMTP id o5mr439379hbg.160.1269536124610; Thu, 25 Mar 2010 09:55:24 -0700 (PDT) In-Reply-To: <20100325174130.fd9be132.freebsd@edvax.de> References: <20100325174130.fd9be132.freebsd@edvax.de> From: Eitan Adler Date: Thu, 25 Mar 2010 18:55:04 +0200 Message-ID: To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: creating a socket for use with nc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2010 16:55:26 -0000 > I think what you want - I'm not sure I understood you > corretly - is a combination of a named pipe created by > the mkfifo program, and the detach program from the > ports collection. Either I don't understand how to use mkfifo or it is not what I want. mkfifo ppp; cat ppp; cat /dev/urandom |nc -U ppp;