Kehren Sie zum vorherigen Verzeichnisterminal zurück
cd -
Ghaith Alzin
cd -
cd - #go to the previous directory
# Few shorctus for changing directory
# go home directory
cd ~
# go to root directory
cd /
# go back to previous directory
cd -
# go up one directory level
cd ..
# go up two directory level
cd ../../ # and so on
cd yourdir/xfolder