From owner-freebsd-questions@FreeBSD.ORG Wed Jul 8 16:18:29 2009 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 02CFA106566C for ; Wed, 8 Jul 2009 16:18:29 +0000 (UTC) (envelope-from sagara@tomahawk.com.sg) Received: from us1.tomahawkonline.net (us1.tomahawkonline.net [66.98.178.56]) by mx1.freebsd.org (Postfix) with SMTP id A48A58FC08 for ; Wed, 8 Jul 2009 16:18:28 +0000 (UTC) (envelope-from sagara@tomahawk.com.sg) Received: (qmail 22661 invoked by alias); 8 Jul 2009 12:33:42 -0000 Message-ID: <20090708123342.22660.qmail@us1.tomahawkonline.net> From: "Sagara Wijetunga" To: freebsd-questions@freebsd.org Date: Wed, 08 Jul 2009 07:33:42 -0500 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to symlink devfs devices? 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: Wed, 08 Jul 2009 16:18:29 -0000 Hi Is it possible to create a symlink to a device and use the symlink in place of the real device name in FreeBSD, especially in version 7.2? 1. A disk /dev/camera -> /dev/da0s1 2. A network device re0 -> lan0 Kind regards Sagara