- gcc -o MatrixMultiplicationWithFork MatrixMultiplicationWithFork.c
- ./MatrixMultiplicationWithFork
- On code you will set matrix dimensions.
- gcc -o PSWF PortScanWithFork.c
- ./PSWF
- Its possible to set the numbers of Forks that should be created
- gcc -o PSWT PortScanWithThread.c
- ./PSWT
- Should create 20 threads on code.