linux - What is the difference between system call and library call? -
can explain differences these 2 in linux? please go deep possible each step operating system takes.
low level kernel calls handled kernel system calls.
the man page says:
2 system calls (functions provided kernel)
3 library calls (functions within program libraries)
a pictorial image can make clear:
and