How Program Gets Run: Linux

I know it’s long, but please bear with me & have patience. How do we launch our programs? Do you know how programs get runs behind the screen when you double-click on it or you type ./a.out on shell As you know, the standard way to launch an application from a shell is to start terminal emulator application & just write the name of the program & pass or not arguments to our program, for example: 1 2 3 4 5 6 7 8 [vishal@machine Desktop]$ ls --version ls (GNU coreutils) 8....

September 25, 2016 · 12 min · 2354 words · Vishal Chovatiya