Qualcomm interview question

Explain what happens at the OS level when you type the 'ls' command into a Linux shell.

Interview Answer

Anonymous

10 Aug 2009

I didn't get this correct so he never told me the answer, but I'm sure it is something along the lines of fork(), execve(), system calls, etc...