编写的Shell程序test,先要获得可执行权限使用的命令是什么?

2025-05-23 22:02:32
推荐回答(2个)
回答1:

chmod a+x test
./test

回答2:

chmod +x script.sh