Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
230
rated 0 times [  230] [ 0]  / answers: 1 / hits: 993960  / 2 Years ago, sat, february 26, 2022, 10:20:50
./geany_run_script.sh: 5: ./geany_run_script.sh: ./Area_circumference: Permission denied


program exited with code: 126. This problem always occur when I try to execute my code. What might be the solution?


More From » 12.04

 Answers
6

Here's a link which explains about Changing file permission (and ownership)



If you want to skip these (for now of course), you can create a directory/folder in your user-home directory and work on your C programmes (or others) there.






You can open the terminal (press Ctrl + Alt + T) and cd to the target directory:



cd /path/to/target


To give the file "the_file_name" execute permission (if the file-system allows you with the RW rights):



chmod +x the_file_name

[#27354] Monday, February 28, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
algicuade

Total Points: 317
Total Questions: 89
Total Answers: 106

Location: Saint Pierre and Miquelon
Member since Fri, Jan 28, 2022
2 Years ago
;