Reset exclusive use of a terminal
#include <sys/ioctl.h>
#define TIOCNXCL        _IO('t', 14)
| Argument | Value | 
|---|---|
| fd | A file descriptor that you obtained by opening the device | 
| request | TIOCNXCL | 
This command resets the exclusive use of a terminal.
None.
None.