How to find information about programs and files on Linux

which -a script_name

whereis script_name

locate script_name

Comments