Which command reveals the terminal device name currently in use?

Choose the correct answer

Explanation

The 'tty' command outputs the file name of the terminal connected to standard input, effectively showing the terminal device name. Other commands like 'whoami' display the current user, 'dir' lists directory contents, 'stty' changes terminal line settings, and 'pwd' shows the current directory path.

Which command reveals the terminal device name curre… — Basic of linux unix | PakQuizHub