adplus-dvertising
frame-decoration

Question

Which of the following remarks about system calls, library functions and UNIX commands are true?

a.

System call is a part of kernel, while the other two are not a part of kernel

b.

Unlike library functions. system calls and Unix commands are stand-alone programs

c.

Library functions and UNIX commands use system calls

d.

Unlike system calls, library functions and UNIX commands are stand-alone programs

Answer: (c).Library functions and UNIX commands use system calls

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following remarks about system calls, library functions and UNIX commands are true?

Similar Questions

Discover Related MCQs

Q. Choose the correct statements

Q. Which of the following are not system calls?

Q. Which of the following fields in the structure stat, has information about the permission setting of a file?

Q. Choose the correct statement:

Q. truncate needs the ___ of the file as an argument but ftruncate works with _______

Q. Which of the following system call is used for truncating a file?

Q. Which of the following offset is used with lseek system call to set the offset pointer to the end of the file?

Q. ____ system call is used for positioning the offset pointer.

Q. write system call returns -1 when ___________

Q. ____ system call is used for writing to a file.

Q. close system call returns ____

Q. Which of the following system call is used for closing a file?

Q. open system call returns the file descriptor as ___

Q. Which of the following mode is used for opening a file in both reading and writing?

Q. There are ___ modes of opening a file.

Q. Which of the following system call is used for opening or creating a file?

Q. For reading input, which of the following system call is used?

Q. The chmod command invokes the ____ system call.

Q. All UNIX and LINUX systems have one thing in common which is ____

Q. In ____ mode, the kernel runs on behalf of the user.