Possible Duplicate:
What is the exact difference between a 'terminal', a 'shell', a 'tty' and a 'console'?
I always see pts and tty when i use 'who' command but I never understand how they are different ? Can somebody please explain me this ?
I always see pts and tty when i use 'who' command but I never understand how they are different ? Can somebody please explain me this ? |
|||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
A tty is a native terminal device, the backend is either hardware or kernel emulated. A pty (pseudo terminal device) is a terminal device which is emulated by an other program (example: (More info can be found in Short resume: A pty is created by a process through
|
||||
|
|
|
A
|
||||
|
|