Untitled thread
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 someone ...
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.
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
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.
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.