bat和sh有什么區(qū)別呢
[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: 權(quán)限不夠
[root@localhost home]# .hello.bat?
-bash: .hello.bat: command not found
[root@localhost home]# . hello.bat?
hello world!!
我想問問?./hello.bat 是什么意思為什么說是權(quán)限不足。
???? ? ? ? ? ??.hello.bat 為什么會(huì)提示沒有找到命令呢。
2022-03-25
最好的清浮動(dòng)方法就是.clearfix,只要子元素浮動(dòng)了,想著就給父級(jí)清掉就完事了仔細(xì)看一下可能是哪個(gè)小地方疏忽了,js隨便少個(gè)什么都可能會(huì)出問題,所以耐心點(diǎn),多用alert或者console.log調(diào)試,不要只是用眼睛去看代碼找錯(cuò)誤。
2016-09-14
./hello.bat 是什么意思為什么說是權(quán)限不足
--------------------------
沒有執(zhí)行權(quán)限,需要使用 chmod 命令 。
.hello.bat 為什么會(huì)提示沒有找到命令呢。
--------------------------------------
作為系統(tǒng)來說,確實(shí)沒有找.hello.bat 這個(gè)文件。 ?因?yàn)槲募懊嬗袀€(gè).(點(diǎn))