How To Start A Program From The Linux Terminal

To launch a program from the Linux Terminal do the following:

  1. Start the Terminal. In Ubuntu this will be accessed by clicking Applications->Accessories->Terminal.
  2. cd to the directory of the program. If the program is on your Desktop you could type cd ~/Desktop.
  3. Then type ./ followed by the name of the program. ./passgen, for example.