you are viewing a single comment's thread
view the rest of the comments
[–] 16 points 2 years ago* (last edited 2 years ago) (5 children)

echo $PATH

And alias to be sure.

  • source
  • hideshow 5 child comments
  • [–] 5 points 2 years ago (4 children)

    bash: echo: command not found

    bash: alias: command not found

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 2 years ago* (last edited 2 years ago) (2 children)

    echo and alias are both shell commands. If the shell is running (which it obviously still is), those commands should still work, as it does not involve reading data from disk, but from memory.

    Edit: I just noticed the picture said cd was not found, which is also a shell built-in. So, I don't know.

  • source
  • parent
  • hideshow 2 child comments