Jump to content
Compatible Support Forums
Sign in to follow this  
somethingotherthenwindows

Untitled thread

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×