~我的世界服务器 $ cd bedrock_server ~我的世界服务器bedrock_server $ LD_LIBRARY_PATH= bedrock_server bash bedrock_server Permission denied ~我的世界服务器bedrock_server $
This error occurs because the "bedrock_server" file does not have the necessary permissions to be executed. To fix this, you can try running the following command:
chmod +x bedrock_server
This command will give the executable permission to the "bedrock_server" file. After running this command, you should be able to execute the file without the "Permission denied" error.
原文地址: http://www.cveoy.top/t/topic/ioyJ 著作权归作者所有。请勿转载和采集!