Hi Friends, I need to run a sh file when the ubuntu 9.04 startup.Please help me how to do. Thanks.
Last edited by shivashiva; February 10th, 2012 at 07:18 AM.
goto system/preferences/startup applicatoins click the add button and add your .sh script. alternatively, you can add it to cron: https://help.ubuntu.com/community/CronHowto ie, Code: crontab -e @reboot /home/jayshomebrew/bin/mycoolscript.sh
crontab -e @reboot /home/jayshomebrew/bin/mycoolscript.sh
Ubuntu Forums Code of Conduct