Compile server.c and client.c
gcc server.c -lcrypt -o server
gcc client.c -lcrypt -o client
Run the server like so
./server
and client as
./client
username: admin
password: 1234
Process Management, File Management, File Locking, Inter Process Communication Mechanisms.