Linux Befehle Flashcards

1
Q

chmod

A

“Change mode” - Linux-/Unix-Dateirechte anpassen lassen.
Gibt drei Gruppen: User, Group und Others.

r=lesen (read), w = schreiben (write), x = ausführen (execute)

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

dir

A

directory - used for computer file and directory listing. It is one of the basic commands to help navigate the file system.

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

ipconfig

A

Internet Protocol configuration - that displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings.

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

alias

A

lets you create a shortcut name for a command, file name, or any shell text. By using aliases, you save a lot of time when doing tasks you do frequently.

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

iproute2

A

a collection of userspace utilities for controlling and monitoring various aspects of networking in the Linux kernel, including routing, network interfaces, tunnels, traffic control, and network-related device drivers.

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

ping

A

is a utility for diagnosing network issues in a server or network. It works by sending the target device a data packet and waiting for the response.

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

traceroute

A

a tool to trace the path of an IP packet as it traverses routers locally or globally. It is primarily used for diagnostic and troubleshooting purposes.

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

nslookup

A

Nslookup (stands for “Name Server Lookup”) is a useful command for getting information from the DNS server.

a network administration command-line tool for querying the Domain Name System (DNS) to obtain the mapping between domain name and IP address, or other DNS records

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