Linked Questions

35 votes
3 answers
72k views

I'm on a Mac but I think this is generally Unix-applicable. I'm in the process of learning shell scripting and there's something I seem to be missing. When I'm in the ordinary terminal, I can use ...
temporary_user_name's user avatar
46 votes
2 answers
129k views

Where did the terminology "tty" come from in Linux?
Renjith G's user avatar
  • 6,008
25 votes
2 answers
27k views

I am trying to clarify my understanding of terminal here. Terminal is actually a device (keyboard+monitor). When in CLI mode, the input from your keyboard goes directly to shell and also displayed on ...
Ron Vince's user avatar
  • 1,482
4 votes
1 answer
9k views

My understanding of tty is is that its means "teletype writers" from the older days, where people had to get teletype writers in order to receive and input data into virtual terminals, my questions ...
programmer's user avatar
  • 1,123
3 votes
2 answers
11k views

I know about Linux terminal. I can also issue many advanced commands over terminal. But one simple concept is not clear to me. What is terminal and how does it work? I know about hardware which ...
rancho's user avatar
  • 679
2 votes
2 answers
7k views

Is a Virtual Terminal the terminal that you get when you type Ctrl+Alt+F#, and which is represented by the file /dev/tty#. While a Pseudo Terminal is a terminal that actually runs "inside" a tty, for ...
user227079's user avatar
3 votes
2 answers
4k views

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 ...
Chopnut's user avatar
  • 141
3 votes
2 answers
2k views

Possible Duplicate: What is the exact difference between a ‘terminal’, a ‘shell’, a ‘tty’ and a ‘console’? This question follows directly from another question of mine in this great forum. What ...
Geek's user avatar
  • 6,878
2 votes
2 answers
2k views

Possible Duplicate: What is the exact difference between a 'terminal', a 'shell', a 'tty' and a 'console'? I was wondering what relations and differences are ...
Tim's user avatar
  • 107k
1 vote
1 answer
1k views

I'm trying to understand ssh's -t option: -t Force pseudo-terminal allocation. This can be used to execute arbitrary screen- based programs on a remote machine, which can be ...
Igor Liferenko's user avatar
2 votes
0 answers
4k views

I started to dig into the whole Linux pty and tty hell. I'm trying to understand how it works here in Linux so I was reading quite a lot of articles that covered this topic. So far I know: TTYs ...
user2008937's user avatar
3 votes
1 answer
2k views

Please explain in detail (including tty related stuff) how is a sudo foreground process on a X terminal emulator actually killed on the Ctrl-C. See the following example please: $ sudo -u test_no_pw ...
woky's user avatar
  • 432
1 vote
1 answer
996 views

I understand bash as a window where I can type commands to linux. Reading the wikipedia, I've learned that there were various shell applications throughout the history. First, I understood bash as ...
Madrava Kenevew's user avatar
1 vote
1 answer
700 views

As far as I've understood, a terminal emulator is a GUI-based program which gives me a terminal-like viewport and allows me to interact with it just like I'd do with a terminal, except that it has all ...
Enlico's user avatar
  • 2,300
1 vote
2 answers
551 views

Is the shell only an addon to the terminal, so that a terminal daemon has to work in order to to start a shell as its frontend. What controll does the terminal exherts upon the shell?
Abdul Al Hazred's user avatar

15 30 50 per page
1
2 3 4 5
9