o problema, quando você tenta executar o o comando ls:

/usr/bin/ls: No such file or directory

resolvendo:

source /etc/profile && env-update

problema resolvido…

até+…

Não existem posts relacionados.

Tags: , , ,

No Responses to “/usr/bin/ls: No such file or directory”

  1. Jonathan Will says: |

    Thanks! I was getting strange issues after an “emerge –sync” then “emerge portage” then “emerge world”.

    The error:
    # ls
    -su: /usr/bin/ls: No such file or directory

    But “ls” was located in /bin/ls and worked fine when calling with full path.

    **** The Fix ****
    Run the command below (as root)

    “source /etc/profile && env-update”

    Problem Solved!

    (Now to get back to fixing the other libs that the update broke)

Leave a Reply