代写data编程、代做Python/Java程序
Operating Systems -

New York University

Tandon School of Engineering

Department of Computer Science and Engineering

Introduction to Operating Systems

Spring 2025

Assignment 2

(10 points)


a) (0 points) The strace utility allows us to trace the system calls a program makes. Use the man pages to read

the documentation for the “strace” command, e.g. :

man strace

Alternatively, you may google it by typing “man strace” in your browser’s search window, which should send

you to “man7.org”. Find out the option that allows you to count the number of occurrences of each system

call.


b) (10 points) Develop a C program, “mycat”, whose main routine accepts an input parameter from the user and

an input file name (passed to your program when it was invoked from the shell). The file is a text file.

Your program shall then print the following to the screen:

- In the first line, print the process ID of your (running) program, an integer (Hint: use function

getpid(), you can man it of course)

- In the second and subsequent lines, print the contents of the input file. Use Unix calls for opening, closing

and reading files, not the “standard C” library calls (i.e. use open instead of fopen, etc.).

- Your program shall sleep/wait for a random number of seconds (1 to 5) between printing the process ID

and printing the content of the input file.

Below is an example of how your program should be invoked from the shell:

mycat input.txt

Where input.txt is a file that already exists (you may create an input file with a few lines to test your code). Note

that if a path is not provided in filenames, then it’s assumed that a file is located at the same directory as the

working directory of your program, i.e. the directory where your program was invoked from.

After developing your program, invoke using strace and then answer the following questions:

1) What are the system call names for getting the process ID, opening a file, closing a file, reading a file,

printing to the console and sleeping?

2) What are the number of system calls for opening, closing and reading the file(s) (i.e. how many times each

was called).

3) What are the number of system calls for printing to the screen? (count each individually. You may either use

strace options to aid you in doing so, or you may use grep).

4) What was the value of the file descriptor of your read file (please review the lecture slides before asking what

this means)?

Operating Systems - Prof. Omar Mansour

Notes and hints:

Please include your answers to questions and the strace log in your submitted .pdf file.

Create a text file and use it to test your program, e.g. type:

touch input.txt

echo “Hello world” > input.txt

echo “This is lab 2” >> input.txt

Use the man pages to learn how to use POSIX API library functions (and the necessary include files) and/or

UNIX commands and its various optional arguments (e.g. strace, especially for counting), e.g.:

man strace // gets info from section 1, user’s manual

man getpid.2 // section 2 is programmer’s manual

What to submit to gradescope:

Please submit the following files individually:

1) Source file(s) with appropriate comments.

The naming should be similar to “lab#_$.c” (# is replaced with the assignment number and $ with the

question number within the assignment, e.g. lab4_b.c, for lab 4, question b OR lab5_1a for lab 5, question

1a).

2) A single pdf file (for images + report/answers to questions), named “lab#.pdf” (# is replaced by the

assignment number), containing:

Screen shot(s) of your terminal window showing the current directory, the command used to

compile your program, the command used to run your program and the output of your program.

3) Your Makefile, if any. This is applicable only to kernel modules.

RULES:

You shall use kernel version 4.x.x or above. You shall not use kernel version 3.x.x.

You may consult with other students about GENERAL concepts or methods but copying code (or code

fragments) or algorithms is NOT ALLOWED and is considered cheating (whether copied form other

students, the internet or any other source).

If you are having trouble, please ask your teaching assistant for help.

You must submit your assignment prior to the deadline.

热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图