Wichtige Kommandos für die PowerShell
Grundlegende Kommandos für die PowerShell
Grundlegende Kommandos für die PowerShell
24
5.0 (2)
Fichier Détails
Cartes-fiches | 24 |
---|---|
Utilisateurs | 40 |
Langue | English |
Catégorie | Informatique |
Niveau | École primaire |
Crée / Actualisé | 04.03.2013 / 18.03.2023 |
Lien de web |
https://card2brain.ch/box/wichtige_kommandos_fuer_die_powershell
|
Intégrer |
<iframe src="https://card2brain.ch/box/wichtige_kommandos_fuer_die_powershell/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
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
DANGER! become super user root DANGER!
attrib
change permission modifiers
iCACLS
change ownership