somethingotherthenwindows 0 Posted October 18, 2004 Hello, I like this forum. Anyways, I was wondering, when you install a RPM how do you know what command to start the application?????? Is there a command or a file with what to type in the shell? Another question I have is what does the "post new poll" do? I do not want to make one and just end up taking over someones last thread who needs help. Share this post Link to post
egorgry 0 Posted October 18, 2004 if it's executable and in your path you can type. whereis mozilla it will return the path if you want to do a find on anything related to your query type... find / -name "name" or wildcards are ok find . -name "nam*" The / will look from root down The . will look from your working directory down. btw, I'm glad to see your really getting into this. Share this post Link to post