-
如果是开机马上执行的脚本,可以将脚本写到rc.local中;
-
如果是后自动执行脚本,可以将脚本写到相应的用户目录下“~/.bash_profile”,若脚本“~/.bash_profile”不存在,可以直接拷贝“/etc/profile”命名为“~/.bash_profile”;
-
如果是要任一后自动执行脚本,可以将脚本写到“/etc/profile”中。
本文共 230 字,大约阅读时间需要 1 分钟。
如果是开机马上执行的脚本,可以将脚本写到rc.local中;
如果是后自动执行脚本,可以将脚本写到相应的用户目录下“~/.bash_profile”,若脚本“~/.bash_profile”不存在,可以直接拷贝“/etc/profile”命名为“~/.bash_profile”;
如果是要任一后自动执行脚本,可以将脚本写到“/etc/profile”中。
转载于:https://www.cnblogs.com/ManMonth/p/4818341.html