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?
![]() |
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?
UNIX systems don't use file extensions to determine if something is executable. Instead, they use the file permissions.Quote:
Originally Posted by narayana kesaga
$ 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.
All times are GMT -7. The time now is 09:56 PM. |