Introduction to System calls, implementation of System calls Process creation, execute command, sleep command, fork child, signal handling (wait, kill) in ubuntu code example
Example: wait function in c
sleep(/*How many seconds do you want to wait*/);