为了账号安全,请及时绑定邮箱和手机立即绑定

bat和sh有什么区别呢

[root@localhost home]# ll

总用量 4

-rw-r--r--. 1 root root 36  9月 13 16:27 hello.bat

[root@localhost home]# ./ hello.bat 

-bash: ./: is a directory

[root@localhost home]# ./hello.bat 

-bash: ./hello.bat: 权限不够

[root@localhost home]# .hello.bat 

-bash: .hello.bat: command not found

[root@localhost home]# . hello.bat 

hello world!!

我想问问 ./hello.bat 是什么意思为什么说是权限不足。

               .hello.bat 为什么会提示没有找到命令呢。


正在回答

2 回答

./hello.bat 是什么意思为什么说是权限不足

--------------------------

没有执行权限,需要使用 chmod 命令 。

.hello.bat 为什么会提示没有找到命令呢。

--------------------------------------

作为系统来说,确实没有找.hello.bat 这个文件。  因为文件名前面有个.(点)

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

bat和sh有什么区别呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信