Questions: Is -1 / dev / tty ? Which character devices have a major number of 4 ?
Transcript text: Is $-1 / \mathrm{dev} / \mathrm{tty}$ ? Which character devices have a major number of 4 ?
Solution
The answer is: All except the labconnection user dev.
Explanation:
The command ls -l /dev/tty lists the character devices associated with terminal interfaces.
Character devices with a major number of 4 typically correspond to terminal devices (tty).
The options provided suggest different sets of devices to consider.
"All except the labconnection user dev" implies that all terminal devices (tty) with a major number of 4 are included, except those specifically associated with the labconnection user.
Summary:
The character devices with a major number of 4 are typically terminal devices, and the correct option is "All except the labconnection user dev."