Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 1.16 KB

File metadata and controls

19 lines (9 loc) · 1.16 KB

Operating Systems

This repository is a compilation of assignments completed for the Operating Systems course within the Computer Engineering program at UOC.

SysCalls

  • fitxers.c --> This progam based on C and system calls. It uses open(), read(), write() and close() system calls to manage a file content. Finally, the information is shown using an standard output.

Exec()

Fork()

  • Fork() & Execlp(): fork_execlp.c --> This program based on C uses the fork() System Call to create a child process. Furthermore, it executes each process individually with their own context: