From owner-freebsd-questions@FreeBSD.ORG Fri Aug 21 02:44:13 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 36C09106568B for ; Fri, 21 Aug 2009 02:44:13 +0000 (UTC) (envelope-from stewhouston@gmail.com) Received: from mail-vw0-f180.google.com (mail-vw0-f180.google.com [209.85.212.180]) by mx1.freebsd.org (Postfix) with ESMTP id E271B8FC16 for ; Fri, 21 Aug 2009 02:44:12 +0000 (UTC) Received: by vws10 with SMTP id 10so381446vws.7 for ; Thu, 20 Aug 2009 19:44:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=mFB7N+PlkBN8XMPZ+BWIoaZGARGEZLJYLFl+xEgBCKI=; b=H4y2aQX+ZgsaFr/mbpNdGutlLFXwqOSg1BrKXhgACpLvt/gEcQviHKqe1jCPIdjaee qDOTSXsGFlR2UyZLwh55hHNlWR55QJcJRqh/WSJvmyTmxUswJS1zLxTfZDhW8cBxiEgz QqG5DGCqo1EeoLJUzRl/F4zgUl3Iid7XWt8Pg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BXIioOm5S0l8Nao2rcLxDNsZkedJoL5RVKuxi7SnxCWSHCOvC1RU01Zz3iId/jQGBQ N9Le5s0PS5CWtV48aSvSzTV/n4rB2in26mAvIkAC7H3wp1hQjclasJxVq5Betzf8ZiLX +EZfVn0KlSAMFvxReVOLoqS/skiW7Wz5tfW6g= MIME-Version: 1.0 Received: by 10.220.68.134 with SMTP id v6mr953798vci.4.1250822652235; Thu, 20 Aug 2009 19:44:12 -0700 (PDT) Date: Thu, 20 Aug 2009 22:44:12 -0400 Message-ID: <5a1fc34c0908201944g63f45b7ar1d53149fd5029a95@mail.gmail.com> From: Stew Houston To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:44:13 -0000 Setting up a chroot jail I accidentally moved /libexec/ld-elf.so.1 instead of copying it. Bash would no longer take any commands, though I can't remember the error I was getting (it was aborting.) I rebooted, hoping I could do something in Single User Mode; but to no avail. Is there a way I can undo this blunder? Stew