M122 - PowerShell
Grundlegende Kommandos für die PowerShell
Grundlegende Kommandos für die PowerShell
24
0.0 (0)
Kartei Details
Karten | 24 |
---|---|
Sprache | Deutsch |
Kategorie | Informatik |
Stufe | Berufslehre |
Erstellt / Aktualisiert | 14.04.2025 / 21.05.2025 |
Weblink |
https://card2brain.ch/box/20250414_m122_powershell
|
Einbinden |
<iframe src="https://card2brain.ch/box/20250414_m122_powershell/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
iCACLS
change ownership
attrib
change permission modifiers
DANGER! become super user root DANGER!
exit
exit the shell
set
export/set a new environment variable
echo
print some arguments
helpctr
find what man page is appropriate
help
read a manual page
select-string
find things inside files
dir -r
find files
forfiles
run a command on lots of files
type
print the whole file
more
page through a file
mv
move a file or directory
robocopy
robust copy
cp
copy a file or directory
popd
pop directory
pushd
push directory
rmdir
remove directory
ls
list directory
cd
change directory
mkdir
make directory
hostname
my computer's network name
pwd
print working directory