PDA

View Full Version : [ubuntu] Open programs via terminal


-Cluster-
December 11th, 2008, 12:45 PM
I have come round to setting my prefrences up and i was woundering how to open a program in terminal, what i was thinking

was a command to open Amarok music player
a command to open firefox on gmail

Izek
December 11th, 2008, 01:09 PM
was a command to open Amarok music player

amarok is the command-line command. There are options for it (http://docs.kde.org/development/en/extragear-multimedia/amarok/cmd-line-options.html).

a command to open firefox on gmail

firefox "www.gmail.com"

oldos2er
December 11th, 2008, 01:51 PM
I have come round to setting my prefrences up and i was woundering how to open a program in terminal, what i was thinking

was a command to open Amarok music player
a command to open firefox on gmail

Generally you just type the name of the program, and hit Enter. Most programs have options you can add for a specific function; a simple example would be "gedit .signature", which opens a (hidden) file in your home directory. If the file doesn't exist, gedit automatically creates it.

Use the Tab key if you're unsure of a program name.