Ask Experts Questions for FREE Help !
Ask
    narayana kesaga's Avatar
    narayana kesaga Posts: 1, Reputation: 1
    New Member
     
    #1

    Jul 4, 2008, 09:41 AM
    Executable files extentios in unix
    I know that .bat, com, exe extension files are executable files in windows oerating system
    But what are the executable files exetention in unix operating system?
    derobert's Avatar
    derobert Posts: 34, Reputation: 2
    Junior Member
     
    #2

    Jul 5, 2008, 11:50 AM
    Quote Originally Posted by narayana kesaga
    i know that .bat, .com, .exe extention files are executable files in windows oerating system
    but what are the executable files exetention in unix operating system??
    UNIX systems don't use file extensions to determine if something is executable. Instead, they use the file permissions.

    $ ls -l /bin/ls
    -rwxr-xr-x 1 root root 101992 2008-04-04 10:58 /bin/ls

    The 'x' in the permissions mean its executable.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Unix o/s? Any idea? [ 7 Answers ]

I would like to get any information available about getting Unix, installing Unix , Using unix , for the latest version and any idea if unix is better than linux? Any info would be helpful . Merry xmas... :)

Unix on Home PC [ 2 Answers ]

Hi: I do not know anything about Unix, and I want to learn. Before, in my school lab, I was watching some students , who were using that program. They always got Telnet before they accessed Unix. How do I get Telnet and Unix on my home computer? Thank you in advance for you answer.

Unix [ 1 Answers ]

What is the script for inputing a name of a file that I would like to analyse by the script?

What is unix [ 4 Answers ]

Hey how are you I just want to know what is the meaning of unix and what it is used for?


View more questions Search