OS, Spring 2025
글 수 14
2025.05.22 10:27:32 (*.159.153.109)
14
1) Install Cygwin64:
(Download from https://www.cygwin.com/install.html )
2) Compile and execute the following "fork" example codes:
(1) main.c
3) How to edit, compile, and execute:
(1) C:Cygwin64/home/usr
(2) Copy the above C program
(3) Do as follows:
$ gcc -Wall -I/usr/include/ -c main.c
$ ./a.exe
4) References (To be posted soon)
(1) Unix: unix-통합.pdf