├── OSSP_Individual__Gishenawit_Ayenew_B.pdf ├── README.md └── The system call-WPS Office.pdf /OSSP_Individual__Gishenawit_Ayenew_B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gishen05/OSSP-project/e3258bca6784792983ee2ef3cbfc03ba346e28c6/OSSP_Individual__Gishenawit_Ayenew_B.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OSSP-project 2 | It is my ossp project 3 | **Installation of BackBox Linux OS** 4 | 5 | Installation and configuration of BackBox Linux in a virtualized environment for penetration testing and system programming exploration. 6 | 7 | **system call** 8 | 9 | The unlink system call in BackBox Linux (and other Unix-like systems) is used to delete a file by removing its directory entry, effectively reducing its link count. If the link count reaches zero and no processes are using the file, the system frees the file’s disk space. It’s commonly used in scripts or programs to manage files directly through system-level commands. 10 | -------------------------------------------------------------------------------- /The system call-WPS Office.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gishen05/OSSP-project/e3258bca6784792983ee2ef3cbfc03ba346e28c6/The system call-WPS Office.pdf --------------------------------------------------------------------------------