I am running a default fedora 15 install. My goal is to have a couple of network drives get mounted right after the user logs in graphically (not via ssh).
The script I want to execute is basically just a bunch of mount commands: sudo mount ...; sudo mount ...; sudo mount ...;.
I used visudo to let the user have NOPASSWD necessary when doing sudo mount.
Where can I put my simple script so that when the user logs in the script will execute?