This is parrot os installation and documentation part of my assignment submission
Project Title:
Student: Amanuel Amare ID: BDU1600905
Description:
This project is part of the OSSP course and demonstrates understanding and implementation of core concepts related to system-level programming using the C programming language. It showcases knowledge in areas like process creation, inter-process communication (IPC), and file operations on Unix-based systems.
Features:
System-level file reading and writing
Creation and synchronization of child processes
Use of system calls such as fork(), exec(), pipe(), open(), read(), and write()
Error handling and output logging
Modularity and proper code organization
gcc main.c -o ossp_assignment
./ossp_assignment
GCC Compiler
Unix/Linux environment (for full functionality)
Basic knowledge of shell and terminal commands
Understanding the workings of low-level OS interactions
Gaining practical experience with C system programming
Mastering use of process control and communication techniques in Unix systems
This assignment is intended for educational use only