$PATH

  • To view your current Environmental variables : 
  • echo $PATH
  • similar to the environmental variable in windows,
  • it's the location where Linux would look for an executable file location 
  • such as ls where indeed it exists in a bin location