Erstelle eine Vernetzung von Computer mit Filius.
Informationsbefehlen |
Befehlen zur Arbeit mit Dateien und Verzeichnissen |
- ipconfig - route - host - ping |
- touch - mkdir' - del bzw. rm - cd - pwd - dir bzw ls - move bzw mv - copy bzw. cp - help - exit |
- mkdir /schule
- mkdir /schule/geo
- touch /schule/bio/pflanzen.txt
- move /schule/bio/pflanzen.txt /schule/geo/afrika.txt
- cp /schule/geo/afrika.txt /schule/bio/pflanzen.txt
- rm /schule/bio/pflanzen.txt
- cd /
- cd ..
- cd /schule/bio
- rm /schule/geo