Modify the permissions of files under the linux system

Problem:
     The Linux system xshell5 connects to the server and finds that the .sh startup and shutdown scripts are not executable, and it is found that the file has no executable permission through the ll command.

Solution :
    chmod u+ X *.sh
    *.sh represents all files ending with sh. For the unique, you can replace * with its name.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326693527&siteId=291194637