Linux下运行Shell脚本或者可执行文件Executable方法

时间:2023-02-05 16:31:27

绝对路径  

/xxx/xxx/something.sh

/xxx/xxx/executable

 

相对路径

./something.sh

./executable

 

注意:前边得加./可不是像windows(dos)下那样直接输入:

something.bat(cmd)

executable.exe(com)