/usr/bin/ls: No such file or directory
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.
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.
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)