Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
To elaborate a bit more, there's a couple of ways to run a program in Linux (it doesn't matter what it ends in, any file can be set as executable and it usually doesn't have an extension). First, if the file is in your PATH (type "echo $PATH" to see all the folder in your PATH), you can just type the name of the file itself and it will run. If it's not, you have to type the full pathname to the file. For example, if it's in your home directory, you can type "/home/yourusername/filename". As SteveK said, if you're already in the same directory as the file, you can abbreviate the full path to the current directory by typing a dot, so "./filename"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.