| Category | Examples | Purpose |
|---|---|---|
| File Operations | open(), read(), write(), close() | File handling |
| Process Control | fork(), exec(), wait() | Process creation |
| Memory Management | mmap(), brk() | Memory allocation |
| Device Management | ioctl() | Device communication |
| Networking | socket(), bind(), connect() | Network operations |
| Information | getpid(), uname() | System information |
No comments:
Post a Comment