buli
Debianator
Mit VI kann nich jeder um!
Code:
export $EDITOR=/usr/bin/joe
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
export $EDITOR=/usr/bin/joe
PATH=$PATH:/usr/local/bin:/usr/bin:/usr/sbin:/bin
SHELL=/bin/bash
* * * * * root ./test
#!/bin/sh
DATE2=`date +%M`
echo $DATE2 >> test.txt
Mit VI kann nich jeder um!
Code:export $EDITOR=/usr/bin/joe
Du solltest schon wenigstens eine Zeit-Spalte ausfüllen.PATH=$PATH:/usr/local/bin:/usr/bin:/usr/sbin:/bin
SHELL=/bin/bash
* * * * * root ./test
MAIL=<dein-username>
#!/bin/sh
cd /tmp
echo "das ist ein test"
DATE2=`date +%M`
echo $DATE2 >> test.txt
# als User:
mail
PATH=$PATH:/usr/local/bin:/usr/bin:/usr/sbin:/bin
SHELL=/bin/bash
MAIL=root
59,0,1,2,3,4,5,6,7,8,9 * * * * root /tmp/test.sh
#!/bin/sh
cd /tmp
echo "das ist ein test"
DATE2=`date +%M`
echo $DATE2 >> test.txt
SHELL=/bin/sh
crontab: error on previous line; unexpected character found in line.
PATH=/sbin:/bin:/usr/sbin:/usr/bin
crontab: error on previous line; unexpected character found in line.
crontab: errors detected in input, no crontab file generated.
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
03 17 * * 2 /test/test.sh
crontab cron.sh
crontab -l
crontab -e
export EDITOR="/usr/bin/vim"
Hast du vim installiert?
Dann ist vi auch noch in der Variable definiert. Hast du dich auch neu angemeldet?Bekomme nach wie vor nicht den vi obwohl ich mit echo $EDITOR die Bestätigung für den vi bekomme.
@ wolfgang
sorry, hab vi gelesen und nicht vim. vim habe ich nicht auf dem rechner. zudem arbeite ich mit der csh und nicht bash.
...
EDITOR
Determine the editor to be invoked when the -e option is specified. The default editor is ed(1). If both the EDITOR and VISUAL environment variables are set, the value of the VISUAL variable is selected as the editor.
The shell is invoked from your $HOME directory with an arg0 of sh. Users who desire to have their .profile executed must explicitly do so in the crontab file. cron supplies a default environment for every shell, defining HOME, LOGNAME, SHELL(=/bin/sh), TZ, and PATH. The default PATH for user cron jobs is /usr/bin; while root cron jobs default to /usr/sbin:/usr/bin. The default PATH can be set in /etc/default/cron; see cron(1M).
exp $ DB_USER/test@$SID file=$BACKUP/$DB_EXPORTFILE log=$BACKUP/$LOG_DBEXPORTFILE statistics=none compress=yes
echo $ORACLE_HOME
/oracle/OraHome1
/oracle/OraHome1/bin/exp
PATH=/oracle/OraHome1:/oracle/OraHome1/bin/exp
/hier/der/pfad/zum/pfad/meines/scriptes/test.sh: df: not found
/hier/der/pfad/zum/pfad/meines/scriptes/test.sh: grep: not found
/hier/der/pfad/zum/pfad/meines/scriptes/test.sh: awk: not found
/hier/der/pfad/zum/pfad/meines/scriptes/test.sh: date: not found
/hier/der/pfad/zum/pfad/meines/scriptes/test.sh: test: argument expected
0 5 * * * root mkdir /usr/home/svn/repos/MyFirstProject
30 5 * * * root svnadmin hotcopy /usr/home/svn/repos/MyFirstProject /usr/home/svn/backup/MyFirstProject