From owner-freebsd-questions@FreeBSD.ORG Fri Aug 21 02:55:24 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 A803F106568D for ; Fri, 21 Aug 2009 02:55:24 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 36F5F8FC16 for ; Fri, 21 Aug 2009 02:55:23 +0000 (UTC) Received: by bwz2 with SMTP id 2so245866bwz.43 for ; Thu, 20 Aug 2009 19:55:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6wuwuxFW7lKO8zN4h+Ien2tRHbKasIxpevsrgLX5rtg=; b=K/fFQsiv0QqDUDfxxNzVybRsSOBUnO+DkoyT6PJeIOkDKIzNqdpWwa6Ixy4PfdfgMK y44kSrzvseN73tqqGScSUxLGaVObAkz/U5dWHcODs7WAUns8kbRxa7IW9VIs0kZ/DLSO dU8FX0Byy1i7oHsO8NwftZT9mj9x1X9sNsX3A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=JXu7cRXQ8Ioq+BOjlUEs1wVRQ98QqEuaGNS2iU/VKpxGpd8EMA2wiWT6H2DclinMsR gvdpxIp2ZRYQEhxLsT1SaryE2wX6CCyHp9bq6fAlEHp8rRHHfTwsuy1RcxORfYP9xkRU pECe7GW4Q3Mz2EyhrqDwIOI78KIiRWLBGf/QY= MIME-Version: 1.0 Received: by 10.223.143.18 with SMTP id s18mr113477fau.71.1250823322935; Thu, 20 Aug 2009 19:55:22 -0700 (PDT) In-Reply-To: <5a1fc34c0908201944g63f45b7ar1d53149fd5029a95@mail.gmail.com> References: <5a1fc34c0908201944g63f45b7ar1d53149fd5029a95@mail.gmail.com> Date: Thu, 20 Aug 2009 22:55:22 -0400 Message-ID: <4ad871310908201955q16b2915ft40c24d2c0ef917c@mail.gmail.com> From: Glen Barber To: Stew Houston Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Accidentally moved /libexec/ld-elf.so.1 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: Fri, 21 Aug 2009 02:55:24 -0000 On Thu, Aug 20, 2009 at 10:44 PM, Stew Houston wrote= : > Setting up a chroot jail I accidentally moved /libexec/ld-elf.so.1 instea= d > of copying it. =A0Bash would no longer take any commands, though I can't > remember the error I was getting (it was aborting.) =A0I rebooted, hoping= I > could do something in Single User Mode; but to no avail. =A0Is there a wa= y I > can undo this blunder? > When entering single user mode, you should be prompted with an option to select a shell. You should be able to use /bin/csh. Worst case, you can use /rescue/csh. --=20 Glen Barber