The Linux terminal executes the .sh script and prompts the solution of insufficient permissions

The error message is as follows:
[root]# ./run_train_p
bash: ./run_train_p: Insufficient permissions
solution
[root]#  chmod  777 ./run_train_p
[root]# ./run_train_p

Guess you like

Origin blog.csdn.net/qq_59747594/article/details/132001679