Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 1995 13:18:52 -0700 (PDT)
From:      "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To:        freebsd-hackers@freefall.cdrom.com (FreeBSD)
Subject:   chgrp in /sbin?
Message-ID:  <199506072018.NAA00197@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
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   |---------------------|



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506072018.NAA00197>