Hacker News new | ask | show | jobs
by gqg 3699 days ago
They are all symlinked - just different names for exactly the same directory in the file system. If you compare the contents, you will find they are identical.

Edit: Nevermind, I am wrong :)

1 comments

  $ ls -1 /bin | wc -l
  127
  $ ls -1 /usr/bin | wc -l
  2271