I have searched but was unable to find previous posts on this. I want to create a script that will start mysql. Currently, I have to open the terminal, navigate to the directory, use sudo to get admin rights, and then run the command to start it. I know this is probably very simple but I would also like to create other types of scripts. Where can I find information/tutorials on creating scripts? Thanks in advance.