How To Start A Program From The Linux Terminal
To launch a program from the Linux Terminal do the following:
- Start the Terminal. In Ubuntu this will be accessed by clicking Applications->Accessories->Terminal.
- cd to the directory of the program. If the program is on your Desktop you could type
cd ~/Desktop.
- Then type ./ followed by the name of the program. ./passgen,
for example.