Skip to main content
typo fixes
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 264

I have been trying to understand how the TTY device driver works on a linuxLinux machine. For for a few days now and still cantcan't wrap my head around the idea.

When we open a terminal to ssh to a server, I understand most likely it will use pseudo-tty,tty; that acts like a TTY in the terminal and processprocesses the commands typed.

Since it uses a pseudo type tty, under the hood does it still use the tty technology to sentsend out commands to the console?

In laymens termlayman's terms, is the TTY always used in sending out commands to the console regardless of the terminal used? Is it the main driver for all things terminal?

I understand thatthe tty character device that handles input and output and bunch of things that sends out signals to master/slave..Also I also know that a tty was used in the olden days. Is it still used today when opening our terminal regarding of osOS/program used?

My knowledge is all over the place. I have very limited linuxLinux knowledge. Would love to have a laymenslayman's explanation on how TTY works in todays linuces.

Anything would be helpful including calling names if Im completely way out of my leaguetoday's Linux distributions.

—-

I have been trying to understand how TTY device driver works on a linux machine. For a few days now and still cant wrap my head around the idea.

When we open a terminal to ssh to a server, I understand most likely it will use pseudo-tty, that acts like a TTY in the terminal and process the commands typed.

Since it uses pseudo type tty, under the hood does it still use the tty technology to sent out commands to the console?

In laymens term, is TTY always used in sending out commands to the console regardless of terminal used? Is it the main driver for all things terminal?

I understand that tty character device that handles input and output and bunch of things that sends out signals to master/slave..Also know that tty was used in the olden days. Is it still used today when opening our terminal regarding of os/program used?

My knowledge is all over the place. I have very limited linux knowledge. Would love to have a laymens explanation on how TTY works in todays linuces.

Anything would be helpful including calling names if Im completely way out of my league.

—-

I have been trying to understand how the TTY device driver works on a Linux machine for a few days now and still can't wrap my head around the idea.

When we open a terminal to ssh to a server, I understand most likely it will use pseudo-tty; that acts like a TTY in the terminal and processes the commands typed.

Since it uses a pseudo type tty, under the hood does it still use the tty technology to send out commands to the console?

In layman's terms, is the TTY always used in sending out commands to the console regardless of the terminal used? Is it the main driver for all things terminal?

I understand the tty character device that handles input and output and bunch of things that sends out signals to master/slave. I also know that a tty was used in the olden days. Is it still used today when opening our terminal regarding of OS/program used?

My knowledge is all over the place. I have very limited Linux knowledge. Would love to have a layman's explanation on how TTY works in today's Linux distributions.

deleted 193 characters in body
Source Link
Chopnut
  • 141
  • 1
  • 6

I have been trying to understand how TTY device driver works on a linux machine. For a few days now and still cant wrap my head around the idea.

When we open a terminal to ssh to a server, I understand most likely it will use pseudo-tty, that acts like a TTY in the terminal and process the commands typed.

Since it uses pseudo type tty, under the hood does it still use the tty technology to sent out commands to the console?

In laymens term, is TTY always used in sending out commands to the console regardless of terminal used? Is it the main driver for all things terminal?

I understand that tty character device that handles input and output and bunch of things that sends out signals to master/slave..Also know that tty was used in the olden days. Is it still used today when opening our terminal regarding of os/program used?

My knowledge is all over the place. I have very limited linux knowledge. Would love to have a laymens explanation on how TTY works in todays linuces.

Anything would be helpful including calling names if Im completely way out of my league.

—- I would like to know if the TTY driver is still in used for every terminal connections? Be it using gui terminal, ssh. Or does the pseudo tty is now the driver for the connection to handle i/o?

I have been trying to understand how TTY device driver works on a linux machine. For a few days now and still cant wrap my head around the idea.

When we open a terminal to ssh to a server, I understand most likely it will use pseudo-tty, that acts like a TTY in the terminal and process the commands typed.

Since it uses pseudo type tty, under the hood does it still use the tty technology to sent out commands to the console?

In laymens term, is TTY always used in sending out commands to the console regardless of terminal used? Is it the main driver for all things terminal?

I understand that tty character device that handles input and output and bunch of things that sends out signals to master/slave..Also know that tty was used in the olden days. Is it still used today when opening our terminal regarding of os/program used?

My knowledge is all over the place. I have very limited linux knowledge. Would love to have a laymens explanation on how TTY works in todays linuces.

Anything would be helpful including calling names if Im completely way out of my league.

—- I would like to know if the TTY driver is still in used for every terminal connections? Be it using gui terminal, ssh. Or does the pseudo tty is now the driver for the connection to handle i/o?

I have been trying to understand how TTY device driver works on a linux machine. For a few days now and still cant wrap my head around the idea.

When we open a terminal to ssh to a server, I understand most likely it will use pseudo-tty, that acts like a TTY in the terminal and process the commands typed.

Since it uses pseudo type tty, under the hood does it still use the tty technology to sent out commands to the console?

In laymens term, is TTY always used in sending out commands to the console regardless of terminal used? Is it the main driver for all things terminal?

I understand that tty character device that handles input and output and bunch of things that sends out signals to master/slave..Also know that tty was used in the olden days. Is it still used today when opening our terminal regarding of os/program used?

My knowledge is all over the place. I have very limited linux knowledge. Would love to have a laymens explanation on how TTY works in todays linuces.

Anything would be helpful including calling names if Im completely way out of my league.

—-

I am aware of other explanations about it on the site but still too technical.
Source Link
Chopnut
  • 141
  • 1
  • 6

I have been trying to understand how TTY device driver works on a linux machine. For a few days now and still cant wrap my head around the idea.

When we open a terminal to ssh to a server, I understand most likely it will use pseudo-tty, that acts like a TTY in the terminal and process the commands typed.

Since it uses pseudo type tty, under the hood does it still use the tty technology to sent out commands to the console?

In laymens term, is TTY always used in sending out commands to the console regardless of terminal used? Is it the main driver for all things terminal?

I understand that tty character device that handles input and output and bunch of things that sends out signals to master/slave..Also know that tty was used in the olden days. Is it still used today when opening our terminal regarding of os/program used?

My knowledge is all over the place. I have very limited linux knowledge. Would love to have a laymens explanation on how TTY works in todays linuces.

Anything would be helpful including calling names if Im completely way out of my league.

—- I would like to know if the TTY driver is still in used for every terminal connections? Be it using gui terminal, ssh. Or does the pseudo tty is now the driver for the connection to handle i/o?

I have been trying to understand how TTY device driver works on a linux machine. For a few days now and still cant wrap my head around the idea.

When we open a terminal to ssh to a server, I understand most likely it will use pseudo-tty, that acts like a TTY in the terminal and process the commands typed.

Since it uses pseudo type tty, under the hood does it still use the tty technology to sent out commands to the console?

In laymens term, is TTY always used in sending out commands to the console regardless of terminal used? Is it the main driver for all things terminal?

I understand that tty character device that handles input and output and bunch of things that sends out signals to master/slave..Also know that tty was used in the olden days. Is it still used today when opening our terminal regarding of os/program used?

My knowledge is all over the place. I have very limited linux knowledge. Would love to have a laymens explanation on how TTY works in todays linuces.

Anything would be helpful including calling names if Im completely way out of my league.

I have been trying to understand how TTY device driver works on a linux machine. For a few days now and still cant wrap my head around the idea.

When we open a terminal to ssh to a server, I understand most likely it will use pseudo-tty, that acts like a TTY in the terminal and process the commands typed.

Since it uses pseudo type tty, under the hood does it still use the tty technology to sent out commands to the console?

In laymens term, is TTY always used in sending out commands to the console regardless of terminal used? Is it the main driver for all things terminal?

I understand that tty character device that handles input and output and bunch of things that sends out signals to master/slave..Also know that tty was used in the olden days. Is it still used today when opening our terminal regarding of os/program used?

My knowledge is all over the place. I have very limited linux knowledge. Would love to have a laymens explanation on how TTY works in todays linuces.

Anything would be helpful including calling names if Im completely way out of my league.

—- I would like to know if the TTY driver is still in used for every terminal connections? Be it using gui terminal, ssh. Or does the pseudo tty is now the driver for the connection to handle i/o?

Source Link
Chopnut
  • 141
  • 1
  • 6
Loading