Date: Fri, 28 Dec 2001 09:04:29 +0000 From: Ceri <setantae@submonkey.net> To: Thomas Cannon <tcannon@noops.org> Cc: Ty Purcell <purcell@crcom.net>, freebsd-questions@FreeBSD.ORG Subject: Re: /dev/null Message-ID: <20011228090429.GA85016@rhadamanth> In-Reply-To: <20011227181704.C479-100000@stereophonic.noops.org> References: <3C2BD195.8090200@crcom.net> <20011227181704.C479-100000@stereophonic.noops.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 27, 2001 at 06:19:19PM -0800, Thomas Cannon wrote: > > You can use /dev/MAKEDEV (As was already posted), or just do it by hand > with: > > cd /dev ; mknod dev c 2 2 root:wheel ; chmod 666 dev A better answer, and I know this is what you really meant ;) cd /dev ; mknod null c 2 2 root:wheel ; chmod 666 null Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011228090429.GA85016>