-1

Help! I just need to know the complete command. To add the execute permission. Please.

user369810
  • 11
  • 1

1 Answers1

-1

To give the execute permission to a shell script or the like, key in:

chmod +x /dir_path/file_name.sh

Make note, you'll need sudo for a file that is found in any of the system required folders.

For a further read into Linux permissions, click here. You'll find that there are two official ways of granting execute, as well as, more detail on how to formulate them.

Fabby
  • 35,017
Miphix
  • 1,078