HD Install :: Cron - Serious problems getting it running



So I figure I'm kinda smart, I got Cron with Synaptic, not  hard.
However, I cannot seem to to find where it is looking for crontab. I tried /etc/crontab and /var/spool/cron  

Is it possible that because I have been loading it with sudo cron at a shell window that it isn't working and needs to be added to the  rc.5 ?

I tried crontab -e to create a personal file for my user but the ed Editor doesn't exist and the editors that I know how to use and/or associate with crontab ask for a save location which again, doesn't help.

Any help is appreciated

try setting the VISUAL shell variable to the editor you want:

export VISUAL=beaver
crontab -e


I believe the file is /etc/crontab


original here.