Centos 无法再执行脚本...'无法执行...权限被拒绝'

Centos 无法再执行脚本...'无法执行...权限被拒绝'

我们正在运行
CentOS Linux 版本 7.9.2009

最近一两天发生了一些变化,我无法执行 bin 文件。我直接从网站下载了该文件。

file atlassian-confluence-7.4.7-x64.bin
atlassian-confluence-7.4.7-x64.bin: data

我尝试

chmod a+x atlassian-confluence-7.4.7-x64.bin

文件具有权限-rwxrwxr-x。

然后尝试运行

sudo ./atlassian-confluence-7.4.7-x64.bin
sudo: unable to execute ./atlassian-confluence-7.4.7-x64.bin: Permission denied

发生了什么事,我什至无法再执行 bin 文件了。感谢任何建议...谢谢!

注意:我也刚刚检查过,如果我创建一个小的“echo hello”shell 脚本,我就会被拒绝。

ls -lah /usr/bin/sudo
---s--x--x. 1 root root 144K Jan 26 21:56 /usr/bin/sudo
 ls -lah /etc/sudoers
-r--r-----. 1 root root 4.5K Sep 26  2019 /etc/sudoers

不同 Linux 机器上的相同文件

file atlassian-confluence-7.4.7-x64.bin
atlassian-confluence-7.4.7-x64.bin: POSIX shell script executable (binary data)

相关内容