Task 2
Task 2
What tool do we use to interact with the operating system in order to issue commands via the command line, such as the one to start our VPN connection? It's also known as a console or shell.
Answer
Terminal
Explanation
The terminal, also known as a console or shell, allows users to interact with the operating system by typing commands. It provides a command-line interface (CLI) where you can issue commands to manage files, run programs, and perform other system tasks, such as starting a VPN connection.
Last updated