- Hands-On System Programming with Go
- Alex Guerrieri
- 66字
- 2021-06-24 13:42:18
Questions
- Which filesystem is used by modern operating systems?
- What is an inode? What is inode 0 in Unix?
- What's the difference between PID and PPID?
- How do you terminate a process running in the background?
- What is the difference between user and group?
- What's the scope of the Unix permission model?
- Can you explain the difference between signals and exit codes?
- What's a swap file?