Premium Partner

Terminal Befehle

Linux und Mac OS X Befehle

Linux und Mac OS X Befehle


Kartei Details

Karten 7
Sprache Deutsch
Kategorie Informatik
Stufe Berufslehre
Erstellt / Aktualisiert 20.01.2017 / 20.01.2017
Lizenzierung Namensnennung - Nicht-kommerziell (CC BY-NC)    (s)
Weblink
https://card2brain.ch/box/20170120_terminal_befehle
Einbinden
<iframe src="https://card2brain.ch/box/20170120_terminal_befehle/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

PWD

Print working directory 

cd ~ (alt + n)

reset the path

mkdir

make new directory 

 

mkdir -p /users/anish/ainder/test/new/1

creates all of the directorys in the path 

rmdir

remove a directory

pushd

pushd command saves the current working directory in memory so it can be returned to at any time

popd

command returns to the path at the top of the directory stack