Closed teodutu closed 1 day ago
The task requires knowledge of fork() and execve(), the latter being taught in lab 7.
fork()
execve()
Published at https://cs-pub-ro.github.io/operating-systems/136/
Prerequisite Checklist
Description of changes
The task requires knowledge of
fork()
andexecve()
, the latter being taught in lab 7.