From owner-freebsd-hackers Wed Jun 7 13:19:58 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA04221 for hackers-outgoing; Wed, 7 Jun 1995 13:19:58 -0700 Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.97.216]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA04215 for ; Wed, 7 Jun 1995 13:19:55 -0700 Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.6.11/8.6.9) id NAA00197 for freebsd-hackers@freefall.cdrom.com; Wed, 7 Jun 1995 13:18:53 -0700 From: "Steven G. Kargl" Message-Id: <199506072018.NAA00197@troutmask.apl.washington.edu> Subject: chgrp in /sbin? To: freebsd-hackers@freefall.cdrom.com (FreeBSD) Date: Wed, 7 Jun 1995 13:18:52 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 777 Sender: hackers-owner@FreeBSD.org Precedence: bulk Guys, I just had a nice surprise. I built a custom kernel and rebooted to find that /dev/sd0s2[a-h] and /dev/sd1s1[a-h] were missing. (How these got deleted is a short story for another post maybe.) This drops you into single-user mode when the mount of the various partitions fail. No problem. #cd /dev #PATH=/bin:/sbin:/stand #EXPORT PATH #sh MAKEDEV sd0s2a chgrp not found Question: shouldn't chgrp reside with chown and chmod in /stand or /sbin or /bin? Yes, chgrp is in /usr/bin, but if you can't mount /usr then it is obviously useless. -- Steven G. Kargl | Phone: 206-685-4677 | Applied Physics Lab | Fax: 206-543-6785 | Univ. of Washington |---------------------| 1013 NE 40th St | FreeBSD 2.x-current | Seattle, WA 98105 |---------------------|