Answer :
Using the same system calls in order to manipulate both files and devices would result in the devices being accessed as a file in the file system.
What is system- call interface?
- The disadvantage of using the same interface is that capturing the functionality of specific devices within the context of the file access API may be difficult, resulting in either a loss of functionality or a loss of performance.
- The benefits would be that the user program code would be the same for accessing both files and devices, with only the parameters changing.
- Using the same system calls to manipulate both files and devices results in the devices being accessed in the file system as a file.
- Load, Execute, Abort, and Wait Signal events are examples of process control system calls.
To learn more about System- call interface, refer to:
https://brainly.com/question/28503096
#SPJ4