-2

How do I set a script, written in bash, to execute when the operating system starts? I am on Kali Linux and have already added the permission of execution.

4

1 回答 1

-3

首先让你的脚本文件可执行。chmod a+x 文件名 . 然后通过 .\ 文件名 .exe 运行它

于 2019-11-18T15:20:01.603 回答