Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 389 Bytes

syscalls.rst

File metadata and controls

25 lines (17 loc) · 389 Bytes

Syscalls

What are syscalls?

Using strace

Common system calls

fork() and exec()

open() and close()

create(), unlink() and stat()

bind() and accept()

ioctl()