-
mkdir (make directory)
Beispiel: mkdir Ordner-1
-
touch
Beispiel: Datei-1.txt/html/md/etc...
-
pwd (print working directory)
-
whoami (who am i)
-
rm
Beispiel: rm Datei.txt/html/md/etc...
-
rm -d
Beispiel: rm -d Ordner-1
-
rm -r
Beispiel: rm -r Ordner-1
-
rm *
Beispiel: rm *.js/html/md/txt/etc...
-
rm *
-
ls (list)
-
ls -l
-
ls -a
-
ll
-
code
Beispiel: code Datei-1.md/html/css/txt/etc...
-
code
-
cd (change directory)
Beispiel: cd Ordner-1
-
cp (copy)
Beispiel: cp Datei.txt Datei-abc.txt
-
cp -r
Beispiel:cp -r Datei.txt Ordner-1
-
cp ../
Beispiel: cp Datei.txt ../Ordner-1
-
mv
Beispiel: mv Datei.txt Ordner
-
mv
Beispiel: mv Datei.txt Ordner/Datei-Neu.txt
-
mv
Beispiel: mv Datei.txt Datei-Neu.txt
-
mv
Beispiel: mv Datei-1.txt ../
-
mv*
Beispiel: mv *.txt/pdf/html/etc...
-
less
Beispiel: less Datei.txt/html/md/etc...
-
sudo (Superuser)
-
man
Beispiel: man ls oder man history etc...
-
history
-
history -c
-
nautilus
-
nautilus
Beispiel: nautilus ./
-
nano
Nano short-cuts: strg+k = Ausschneiden strg+u = Kopieren strg+g = Hilfe in nano strg+b = Bewegt courser einen Buchstaben zurück strg+f = Bewegt den courser einen Buchstaben vorwärts strg+c = Position vom courser strg+f = Neue zeile strg+o = Speichern und neuen Namen eingeben strg+s = Speichern