System Calls
A programmatic way to shift from user mode to kernel mode.
File Related
For files. Open(), Read(), Write(), Close(), Create file etc.
Device Related
For hardware. Read, Write, Reposition, ioctl, fcntl.
Information
get Pid, attributes, ge...