Ticket #1411 (closed bug: invalid)

Opened 15 months ago

Last modified 15 months ago

/bin as a symlink

Reported by: rdaneel Owned by: axeld
Priority: normal Milestone: R1
Component: File Systems/BFS Version: R1 development
Cc: Blocked By:
Platform: All Blocking:

Description

I made a symlink to /bin, now i cant execute anything from Terminal.

/> ls sh: /bin/ls No such file or directory

To make the binaries work, go to /bin. Revision: 22013

Change History

Changed 15 months ago by axeld

  • status changed from new to closed
  • resolution set to invalid

/bin already is a symlink, and you obviously overwrote it. If you wanted to add an alternate symlink to /bin, you would need to do it like this: $ ln -s /bin my-alternate-bin

HTH.

Note: See TracTickets for help on using tickets.