Top "Tty" questions

For questions related to terminal drivers and the behaviour of terminals for Unix and related systems.

How to create a pseudo-tty for reading output and writing to input

I am using fork() and execvp() to spawn a process that must believe it is connected to an interactive terminal …

unix stdout stdin tty
JSCH sudo su command "tty" error

Java - Jsch sudo command. I am using Jsch and my task is to login to server and run command …

sudo jsch tty su
How to tell if running in a linux console versus an ssh session?

I have an application that needs to behave differently if run directly from the linux console. So if a user …

linux console tty
How tty driver interacts with UART driver during read/write opetations?

I am working on modification/development of a SDIO UART driver. And would like to know: How tty driver interacts …

linux driver tty uart