Lezione 12/04
Section outline
-
-
system calls: execve, fork, wait
esempio 01files, funzione test_mmap()
https://github.com/marcotessarotto/exOpSys/tree/opsys2019/01files
esempio 07fork_wait
https://github.com/marcotessarotto/exOpSys/tree/opsys2019/07fork_wait
system call: access, open (flag O_CREAT, O_TRUNC, O_WRONLY, O_RDWR, O_APPEND), read, write, close, lseek, stat, unlink
esempio 01filesrw
https://github.com/marcotessarotto/exOpSys/tree/opsys2019/01filesrw