> When I run the cron command I'm displayed "cron aborted,
> FIFO file exists" but when i look for the fifo file with my
> text editor i just cannot find it
Hi Rico,
cron itself should not be started by a normal user.
The system will start and stop cron automatically.
Once cron is started, it might create some files "somewhere" (of corse
not in your local directory). If you try to start dron manually, this copy
of cron will notice, that these files are already existing, and therefore
a copy of cron is already running.
If you want to modify your crontab-entries, use "crontab -e"
Regards Rainer
PS: You cannot open a fifo-file with a normal editor like vi.