![]() |
|
|
|
|
|||||||
| 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 12:51 PM |
| running X-11 programs as root | Allasso | UNIX for Advanced & Expert Users | 8 | 12-28-2007 11:22 AM |
| Installing Programs | SeamusHC | UNIX for Dummies Questions & Answers | 2 | 11-12-2006 11:50 PM |
| running preinstalled programs | jestra | UNIX for Dummies Questions & Answers | 2 | 02-13-2004 01:38 AM |
| Installing Programs In Linux | kdelph | UNIX for Dummies Questions & Answers | 6 | 04-07-2001 08:51 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
||||
|
Quote:
I guess you must have done an rpm install. If not, what did you do ? You dont need to do sh /usr/lib/firefox to run firefox. Issuing a firefox is more than enough. Provided, you have /usr/lib in your path. It is the same as issuing a mozilla. It (usually) picks up /usr/bin/mozilla and runs the script and later invokes another executable. Same should be the case with the firefox as well. |
|
||||
|
I unzipped with tar -zxvf <filename> to the directory /usr/lib, checked that /usr/lib was in PATH with echo $PATH, and issued a 'firefox' command in terminal.
It runs, but I was just wondering if the terminal is supposed to 'hang', that is, should i be able to use the same terminal for other commands as it doesn't give me a new user prompt - I have to open a new terminal tab to do anything else. |