Created: 2023-01-20 14:21
Status: #concept
Subject: Programming DevOps
Tags: Linux Command Docker Unix Bash
Command Line Interface
Description
- It is a text-based program to allow users to input commands to control the computer.
- for more details see: Shell.
Linux Virtual Terminals
We can use
Ctrl+Alt+F1
(until F6
) to launch a virtual terminal in Linux.It is usually used for Debugging, especially in Arch Linux.