https://github.com/shishir-dey/linux-user-app-samples
Contains 'system software' written in the C language, for the Linux environment. System software lies at low-level, and interacts directly with kernel and core system libraries
https://github.com/shishir-dey/linux-user-app-samples
c linux-application system-programming
Last synced: about 2 months ago
JSON representation
Contains 'system software' written in the C language, for the Linux environment. System software lies at low-level, and interacts directly with kernel and core system libraries
- Host: GitHub
- URL: https://github.com/shishir-dey/linux-user-app-samples
- Owner: shishir-dey
- License: mit
- Created: 2018-09-04T13:23:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T04:26:39.000Z (9 months ago)
- Last Synced: 2025-01-14T06:33:27.370Z (3 months ago)
- Topics: c, linux-application, system-programming
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux-System-Programming
Concepts of Linux system programming1. Files and the Filesystem
2. Processes
3. Users and Groups
4. Permissions
5. Signals
6. Interprocess Communication
7. Headers
8. Error Handling