Check to see if there are more than just one command in your path

Sometimes you run a command, but turns out there were more of the same command, just located in different directories.

e.g. You may have ls installed in multiple locations.

/bin/ls
/sbin/ls
/usr/local/bin/ls
/usr/local/sbin/ls

Run the following command to show all ls commands available.

$ which -a ls

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.