#MK007 #KaliLinuxTutorial
Why this error occurred?
Your PATH variable has been messed up. Unless you are trying to run a restricted user with rbash, you should have /usr/bin in $PATH. For a terminal session you can fix this by running: export PATH="/usr/bin:$PATH"