jmhee28 / SKKU_UNIX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SKKU_UNIX

This repository contains multiple programs as below.

1. Basic Linux commands

  • Shell, text editor, compiler

2. Basic Linux system calls

  • File I/O, Process management
  • Inter-Process Communication (IPC)

3. Network programming

  • Sockets, I/O Multiplexing

4. Concurrent programming

  • Processes, Threads, Synchronization

About