Grundkommandos Flashcards

1
Q

cat

A

Verknüpfung von Dateien (“concatenate”)

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

cd

A

Wechsel des Arbeitsverzeichnisses (“change directory”)

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

cp

A

Kopie von Dateien oder Verzeichnissen (“copy”)

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

date {de}

A

Anzeige von Datum und Zeit

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

echo

A

Anzeige eines Textes

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

exit

A

Ende der Sitzung

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

info

A

Anzeige einer Hilfe-Datei

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

ln

A

Link zu einer Datei oder einem Verzeichnis (“link”)

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

ls

A

Auflistung von Dateien (“list”)

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

man

A

Ausgabe der Handbuchseite zu einem Befehl oder einer Anwendung (“manual”)

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

mkdir

A

Erzeugung von Verzeichnissen (“make directory”)

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

mmv

A

Multiple move (Datei-Mehrfachoperationen mit Hilfe von Wildcard-Mustern)

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

mv

A

Kopieren einer Datei und Löschen der Ursprungsdatei (“move”); mv im aktuellen Verzeichnis ausgeführt: Umbenennung einer Datei

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

pwd

A

Anzeige des aktuellen Verzeichnisses (“print working directory”)

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

rm

A

Löschen von Dateien und Verzeichnisse (“remove”)

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

rmdir

A

Löschen eines leeren Verzeichnisses (“remove directory”)

17
Q

sudo

A

Root-Rechte für den Benutzer (“substitute user do”)

18
Q

touch

A

Änderung der Zugriffs- und Änderungszeitstempel einer Datei oder eines Verzeichnisses (auch: Erstellen von Dateien)

19
Q

unlink

A

Löschen einer Datei

20
Q

Umleitungen

A

Umleitung von Ausgaben