要求 1. server 先執行 * server 可以繼續接受指令,有一個類似 shell 的東西 2. client 連進去 (可能不只一個 client) 3. 所有 client 都可以看到 server 上的所有指令操作與顯示結果 提示: 1. 應該要用 thread 會比較恰當,用 fork 不太適合 參考 1. [telnet1](https://github.com/ccc112b/cpu2os/tree/master/02-%E8%BB%9F%E9%AB%94/07-%E7%B3%BB%E7%B5%B1%E7%A8%8B%E5%BC%8F/06-net/03-telnet1) 2. [georgeMary.c](https://github.com/ccc112b/cpu2os/blob/master/02-%E8%BB%9F%E9%AB%94/07-%E7%B3%BB%E7%B5%B1%E7%A8%8B%E5%BC%8F/02-thread/georgeMary.c)