Ubuntu – How to start a program in startup that I start in terminal

executablestartup

I'm a beginner user and need help to have a program start on startup. The computer is solely being used for this, so I don't care about doing anything else on the computer.
To run it normally, I go to terminal and type:

cd src
cd SARndbox-1.5
sudo bin/SARndbox -fpv -evr -0.02

How would I go about doing this?

Best Answer

Search in the Dash:-

Startup application--> Open it---> Add--> In pop--> name it and in command type-->sudo bin/SARndbox -fpv -evr -0.02

Restart