The Command Line Flashcards

1
Q

The Command line

A

The command line is a text-based interface that allows you to enter commands, execute them, and view the results. You can run terminal ( a textual screen within the graphical desktop, or the text console itself outside of any graphical interface) and a command interpreter inside it (the shell).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Graphical interface missing

A

In the event that you don’t have a graphical interface, or when your graphical interface is broken, you can still get a command line on virtual consoles (up to six of them can be accessed through the six key combinations of CRTL+ALT+F1 through CTRL+ALT+F6).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Shell/Bash

A

The program handling your input and executing your commands is called a shell ( or a command-line interpreter). The default shell provided in Kali Linux is Bash ( it stands for Bourne Again Shell). The trailing “$” or “#” character indicates that the shell is awaiting your input. It also indicates whether Bash recognizes you as a normal user (the former case with the dollar) or as a superuser ( the latter case with the Hash).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly