ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

$ chmod +x src/forward_kinematics/src/solution.py what is the meaning of this and why it is required in some packeges?

asked 2021-03-08 10:00:05 -0500

Sanura_Naveen gravatar image

why this is required in some instances? is there a way to proceed without doing this

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-03-08 12:03:07 -0500

Airuno2L gravatar image

chmod +x makes a file executable. Without it, the operating system won't execute the code because it doesn't have the execute permission. It does the same thing as right clicking on the file and changing the permissions to allow it to execute.

edit flag offensive delete link more

Comments

1

thanks for the answer. Is it possible to overcome this? (automatically do this by the codes it self)

Sanura_Naveen gravatar image Sanura_Naveen  ( 2021-03-08 22:12:13 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-03-08 10:00:05 -0500

Seen: 461 times

Last updated: Mar 08 '21