Premium Partner

CLI - LearnCodeTheHardWay

Crash Course Command Line

Crash Course Command Line


Kartei Details

Karten 45
Sprache Deutsch
Kategorie Informatik
Stufe Berufslehre
Erstellt / Aktualisiert 18.03.2015 / 18.03.2015
Lizenzierung Namensnennung (CC BY)    (Zed A. Shawn)
Weblink
https://card2brain.ch/box/cli_learncodethehardway
Einbinden
<iframe src="https://card2brain.ch/box/cli_learncodethehardway/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

pwd

print working directory

hostname

my computer's network name

mkdir

make directory

cd

change directory

ls

list directory

rmdir

remove directory

pushd

push directory

popd

pop directory