Hi.
I have a linux server, centos 5.X
I have following mount points on the server and I need to restart the server.
What is the ideal location where I should put this commands so that in case of reboot following mounts will be in place?
mount --bind /var/www/html/Dell /var/www/html/PSB/Dell mount --bind /var/www/html/Ideas_images /var/www/html/Idea_Research/Ideas_images
Should I put it in rc.local?