Examine the list of system calls in Fig. 1-9. Which call do you think is likely to

Question:

Examine the list of system calls in Fig. 1-9. Which call do you think is likely to execute most quickly. Explain your answer.Process management Signals pid = fork()) pid = waitpid(pid, &statloc, opts) s = wait(&status) s =

File Management Dir. & File System Mgt. fd = creat(name, mode) fd = mknod(name, mode, addr) fd = open(file,

s = chmod (name, mode) uid = getuid () gid = getgid () s = setuid (uid) s = setgid (gid) s = chown (name,

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Operating Systems Design And Implementation

ISBN: 9780131429383

3rd Edition

Authors: Andrew Tanenbaum, Albert Woodhull

Question Posted: