Question
Which category of system call commonly uses an operation such as ioctl() to control device-specific behavior?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Device management
Explanation:
ioctl() conveys device-specific control commands that do not fit ordinary read or write operations.
It is therefore classified as a device-management interface.
Leave a Reply