I am writing a simple script to autoupdate some files on a usb drive from a network share. I need this script to run right after login and the connection to the network is up.
I honestly am not that familiar with any sort of task scheduling in Linux, but I already tried rc.local and it executes it too early (before net connection is up).
I can't find a cron (the fact that Im looking for one might speak to my ignorance) and I'm not sure how to use the rc.d system if that would work for me.
I know this is something a lot of you consider common knowledge, so please take a minute and help me out =)
Thanks.