- Forums
- Linux Hosting
- How To Make A File Executable Linux Shell Chmod Command
this tutorial will show you the command you need to execute in the shell prompt of linux to make a file executable so you can make it into a script. In this post you will find the linux command chmod for modifying the permissions to make a file execute. [467], Last Updated: Sat May 18, 2024
wallpaperama
Tue Jan 08, 2008
5 Comments
44097 Visits
if you want to know how to make a linux file executable you can use this example
my file is called example.exe
chmod +x example.exe
need you help