1 / 1

Exercise #1

get_only. get_n_put. put_only. getA.o. getB.o. common.o. putA.o. putB.o. getA.c. getB.c. common.c. putA.c. putB.c. put.h. get.h. common.h. Exercise #1. Compile & Makefile. 다음을 수행한 후 , 화면 ( 혹은 파일 ) 을 출력하여 제출한다 . 1. 다음 순서에 따라 수행하여 파일 ps_result 를 만든다 .

talisa
Télécharger la présentation

Exercise #1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. get_only get_n_put put_only getA.o getB.o common.o putA.o putB.o getA.c getB.c common.c putA.c putB.c put.h get.h common.h Exercise #1 Compile & Makefile • 다음을 수행한 후, 화면(혹은 파일)을 출력하여 제출한다. 1. 다음 순서에 따라 수행하여 파일 ps_result를 만든다. 1) 10만초를 쉬는 명령을 background job으로 수행한다. (sleep 100000) 2) 현재의 프로세스 상태를 ps_result에 받는다. (ps 및 redirection) 3) 앞서 1)에서 수행한 명령을 종료시킨다. (kill) 4) 현재의 프로세스 상태를 ps_result에 append한다. (ps 및 redirection) 2. 다음과 같은 파일 dependency가 있을 때의 Makefile을 작성한다.

More Related