Home > General Studies (Hindi) > Quizzes > Unix Basics Practice Test: System Calls Basics
Unix Basics Practice Test: System Calls Basics
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “Which of the following system call is used for closing a file?”
Unix system calls System calls are the way that a process communicates with the operating system kernel. They provide a way for processes to request services from the kernel, such as reading and writing files, creating and managing processes, and accessing hardware devices. System calls are typically implemented as functions that are exported by the kernel. When a process makes a system call, it traps into the kernel, which then executes the requested operation. Once the operation is complete, the kernel returns control to the process. There are many different system calls available in... Show more
Unix Basics Practice Test: System Calls Basics
Time left 00:00
1 Questions

1. The chmod command invokes the ____ system call.