Results 1 to 4 of 4
Sir,
As we have executeable file extensions .exe , .msi and .msp for Windows. What is the file extension that is executable in Linux RHEL 5...
- 01-04-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 10
RHEL file extensions
Sir,
As we have executeable file extensions .exe , .msi and .msp for Windows. What is the file extension that is executable in Linux RHEL 5
- 01-04-2010 #2
There is no such thing.
linux (and unix) do not rely on a file suffix, but rathter on the executeable bit set for that file.
see
man chmodYou must always face the curtain with a bow.
- 01-04-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 10
Sir,
How is the executeable bit is set. Can you please reply ?
- 01-04-2010 #4
Check this article on Linux File Permissions.
Check this website for basic linux commands.
Open Terminal and navigate the folder having file using cd command. Execute chmod command to set execution bit :
If you are using Graphical Interface, right click on file and set execution bit in its properties.Code:chmod +x <filename>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote