If I want to run a C program in my$PATH(useecho $PATHcommand to get your PATH), I’ll just compile the C program. On compilation, an executable file nameda.outwill be created in the current directory. To execute this program I shall run the executable filea.out. In order to run ...