what does kernel do behind the scene [closed]
I would like to know the exact sequence of steps that the OS does, when I type simple command like "ls -l" in any directory. What actually happens behind the scene ?
I would like to know what kernel does behind the scene while executing even a simple command like this.
You could look at an strace
strace ls -l
精彩评论