Ich nutze Debian auf meinen PCs. Eigentlich ein total simples script, aber ich hab da ein Problem was ich nicht verstehe. Ich habe mittlerweile die Fehlerquelle schon stark eingeengt. Folgendes Problem: den Befehl ip ausführen, dannach eine Variable zuweisen, und danach einfach spasseshalber noch mal den Befehl ip ausführen, schon kommt ein Fehler, das die Datei gar nicht exsistiert. Hier das Script:
Code: Alles auswählen
#!/bin/bash
ip
PATH="/var/www";
ip
####### ENDE#####
/root/online.sh
Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }
where OBJECT := { link | addr | route | rule | neigh | tunnel |
maddr | mroute | monitor }
OPTIONS := { -V[ersion] | -s[tatistics] | -r[esolve] |
-f[amily] { inet | inet6 | ipx | dnet | link } | -o[neline] }
/root/online.sh: ip: command not found
################################################