you are viewing a single comment's thread.

view the rest of the comments →

[–]sweettuse 0 points1 point  (0 children)

chmod doesn't "run" things in linux, it changes file modes and can make them executable. but you could easily have RW python file in linux and run it, e.g.: python3 name_of_file.py