gpt4 book ai didi

linux - sudo : unable to excute ./blah.sh: 没有那个文件或目录

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:58:54 25 4
gpt4 key购买 nike

我遇到了这个错误

sudo: unable to excute ./blah.sh: No such file or directory

我的代码非常简单

#!/bin/bash
echo "blah"

而且我确定我已经将权限更改为“rwx”。当我尝试 sudo bash blah.sh 时,我会得到输出。但我仍然无法执行该文件。我在 debian 操作系统中。谁知道为什么?

最佳答案

让它可执行

sudo chmod a+x ./blah.sh

为所有用户设置可执行位

+x

针对您的单个用户

关于linux - sudo : unable to excute ./blah.sh: 没有那个文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22662046/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com