Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Introducing the Terminal

00:00 This is a lesson to give you an introduction to some terms that are helpful to know when you are talking about the terminal. Of course, I didn’t want to miss out the chance of calling these terms terminal terms.

00:13 Early developers used computer terminals to interact with a central mainframe computer. These were devices with a keyboard and a screen or printer that would display computed output.

00:24 The personal computers that you’re using today contain a different architecture. Still, you can find a terminal application to interact with your computer on a basic level.

00:34 These terminal applications are called terminal emulators. As the name suggests, they are emulating the computer terminal. However, nowadays when people talk about the terminal, they usually don’t talk about the old-school computer terminal, but terminal emulators.

00:51 Same goes for this course: when we’re talking about the terminal in this course, we are actually talking about the terminal emulator.

00:58 There are two other terms that you might hear now and then in combination with the terminal: command-line interface and shell. Command-line interfaces allow you to interact with an application or program through the terminal. You execute commands and see their output.

01:14 A shell is a program that provides an interface with specific commands to you.

01:21 To bring it all together, the shell provides the commands that you use in a command-line interface, and the terminal is the application you run to access the shell.

01:32 And these were the terminal terms. But enough with the theory for now. Let’s hop into the main part of this course and do some work with the terminal.

Become a Member to join the conversation.