CS604P - Operating Systems (Practical)
In Unix/Linux environment pipe() system call return the _________descriptors. Select the correct option Reload Math Equations
- five
- four
- two
- six
In a Unix/Linux environment, the `pipe()` system call returns **two** descriptors.
In order to add the Linux distribution in VirtualBox/VMWare software, Linux distribution file should have ________extension. Select the correct option Reload Math Equations
- .iso
- .exe
- .doc
In order to add a Linux distribution in VirtualBox/VMware software, the Linux distribution file should have the **.iso** extension.
In Unix/Linux environment for inter-process communication for related processes we used ______. Select the correct option Reload Math Equations symbol linklist connection pipe
In a Unix/Linux environment for inter-process communication for related processes, we use **pipe**.
In Unix/Linux environment _________system call is used for creating pipe between two related processes. Select the correct option Reload Math Equations
- communicate()
- connection()
- pipe()
- system()
In a Unix/Linux environment, the correct system call used for creating a pipe between two related processes is **pipe()**.
In Unix/Linux environment _________ system call is used for writing to the pipe. Select the correct option Reload Math Equations
- read()
- written()
- write()
- through()
In a Unix/Linux environment, the correct system call used for writing to the pipe is **write()**.
0 Comments
Post a Comment