From owner-freebsd-questions Tue May 5 10:57:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04399 for freebsd-questions-outgoing; Tue, 5 May 1998 10:57:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason03.u.washington.edu (root@jason03.u.washington.edu [140.142.77.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04387 for ; Tue, 5 May 1998 10:57:27 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from saul6.u.washington.edu (saul6.u.washington.edu [140.142.82.1]) by jason03.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id KAA29282; Tue, 5 May 1998 10:57:27 -0700 Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul6.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id KAA17168; Tue, 5 May 1998 10:57:27 -0700 (PDT) Date: Tue, 5 May 1998 10:55:57 -0700 (PDT) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu To: Andrew cc: "Jason C. Wells" , Greg , questions@FreeBSD.ORG Subject: Re: MAKEDEV... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 5 May 1998, Andrew wrote: >When you run MAKEDEV without any parameters doesn't it wipe any extra >devices you've created (such as extra virtual terminals)? Just something I >thought caught me out once but can't remember exactly. You can always >manually remake them later anyway but if anything disappears. MAKEDEV is a script. You can read its code. If you search it for rm commands you will see how it "wipes out" things. It only wipes out those things for which it is making new devices. It does not wipe out special files that are not being remade. Of course, don't take my word: $ cd /dev $ vi MAKEDEV : /rm <== search rm within vi. :q! Thank you, | Try some of this. It will show you where you're at. Jason Wells | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message