From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 14:45:34 2008 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 A16441065674 for ; Tue, 9 Sep 2008 14:45:34 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52112.mail.re2.yahoo.com (web52112.mail.re2.yahoo.com [206.190.48.115]) by mx1.freebsd.org (Postfix) with SMTP id 358588FC1B for ; Tue, 9 Sep 2008 14:45:33 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 63901 invoked by uid 60001); 9 Sep 2008 14:45:33 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=KdpPrcRkMLYJiqxDsleh+m2SHOdH/fVTWCLpc3dhM2GOUDGPRbwlc1tJMtP6SZzO12RWyNyRPMhJy6jXPCZSaCMoVNiibqVSmmUD1bZYj8TFRgjDXLTfIdEKEmzP/9tSDlp9DdwdUZoT/1UgCezI6Xxi2Qy8VinMRFsMwqVhlGw=; X-YMail-OSG: y_1K9TsVM1m3D1eTRRlPHyA4eYy1Ja7_UVfnemkY.4DJntcegSoTN2lnkkj85fgJ7UneXmBINFJlNqDt2pxEZ3CmXinzSzHEHLYbjOSFIiSuQKWkqSKRFGYWdKdf2rJHFw-- Received: from [209.22.88.90] by web52112.mail.re2.yahoo.com via HTTP; Tue, 09 Sep 2008 07:45:33 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Tue, 9 Sep 2008 07:45:33 -0700 (PDT) From: gahn To: freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <390329.60513.qm@web52112.mail.re2.yahoo.com> X-Mailman-Approved-At: Tue, 09 Sep 2008 15:45:57 +0000 Subject: how to charater special files? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 14:45:34 -0000 hi, all: how could i create a character special files (such as crw-rw-rw-)? thanks