How to create executable files in linux/unix/Solaris?

Since we don't have standard extension types available for executable in linux, we need to specify them as executable files.We can use below command to create a executable files in Linux/Unix/Solaris.

# chmod u+x /path/to/script

Post a Comment (0)
Previous Post Next Post

Recent Posts