Wichtige Kommandos für die PowerShell

Grundlegende Kommandos für die PowerShell

Grundlegende Kommandos für die PowerShell


I. B.
This flashcard set introduces primary school students to essential PowerShell commands. It covers basic operations like changing directories, listing files, and managing permissions, as well as more advanced tasks such as copying files robustly and navigating through directories. The flashcards also highlight commands for handling files, directories, and environment variables, making it useful for beginners learning the basics of PowerShell. Students will benefit from understanding how to perform fundamental tasks and manage file operations efficiently.
Karten
24
Lernende
39
Sprache
Englisch
Kategorie
Informatik
Stufe
Grundschule
Erstellt / Aktualisiert
04.03.2013 / 18.03.2023

Lernkarten

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

cp

copy a file or directory

robocopy

robust copy

mv

move a file or directory

more

page through a file

type

print the whole file

forfiles

run a command on lots of files

dir -r

find files

select-string

find things inside files

help

read a manual page

helpctr

find what man page is appropriate

echo

print some arguments

set

export/set a new environment variable

exit

exit the shell

runas

DANGER! become super user root DANGER!

attrib

change permission modifiers

iCACLS

change ownership

Lernen