UNIX processes using C/C++
  • 🍴The fork system call
  • ⌚The wait system call
  • 🆔Process ID
  • 🔌Signals in UNIX
    • 🗄️Signal Handlers
  • 🥃Executing system commands
  • 📁Sharing information between processes
    • 🕚Bidirectional pipe
  • 🖥️Applications
    • 💻Console Application 1
    • 💻Console Application 2
  • ⚽Named pipe FIFO
Powered by GitBook
On this page

Applications

Now we shall make 2 console applications using what we've learnt so far

Environment specifications:

  • Operating System : Kali Linux

  • Compiler : GCC

  • Build system : Cmake

  • Debugger : Valgrind

PreviousBidirectional pipeNextConsole Application 1

Last updated 2 years ago

🖥️