Mac – OSX – commands in terminal returning command not found

bashcommand linemacterminal

I recently downloaded and installed scala(tried to anyway) and just noticed that commands in terminal are not found.. I was tinkering with my path variable so I assume that is the problem…

I was reading around and saw that all of those commands should be in /usr/bin directory.. so if i type /usr/bin/ls into terminal i should still get a list. But I can't seem to find any of those commands (ls, mv, cp, etc).. they are just nowhere to be found

Does anybody know how to fix this? thanks!

Best Answer

Not a fix, but most of those commands are found in /bin, not /usr/bin.

Related Question