![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| installing unix programs | fissm | UNIX for Dummies Questions & Answers | 3 | 01-10-2008 01:51 PM |
| Installing Firefox and now ended up installing latest glibc | scriptingmani | Linux | 1 | 08-09-2007 01:28 PM |
| installing/running programs. | shep | UNIX for Dummies Questions & Answers | 4 | 12-06-2005 07:35 PM |
| Where did my programs go? | helvetica | UNIX for Dummies Questions & Answers | 3 | 08-06-2001 07:12 PM |
| Installing Programs In Linux | kdelph | UNIX for Dummies Questions & Answers | 6 | 04-07-2001 08:51 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Installing Programs
Hello,
I have a simple question. How do make it so i can lauch a program from the shell. For instance I want to install firefox 2 and I wanna launch it with ff2 in the terminal, so i tried this to my .bashrc file: alias ff2='/path/./firefox' and its not working as I would hope. anywho, thanks in advance. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You didn't post the actual path, but it looks to me that maybe your alias is pointing to the directory firefox rather than the executable firefox?
Your path should look something like: Code:
alias ff2='/opt/firefox/firefox |
|
#3
|
||||
|
||||
|
Also please note in order for the .bashrc file to take effect, you will need to close all open sessions / konsole.
|
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|