centos linux 实现开机自动运行脚本
run.sh 文件内容如下:
#!/bin/bash
cd /home/lyh/CMCC
echo "You Haved Started !" > log.txt
/etc/rc.d/rc.local 文件中添加如下内容:
bash /home/lyh/CMCC/run.sh
相关推荐
linuxwcj 2020-10-21
彼岸随笔 2020-10-20
yutou0 2020-10-17
touchfuture 2020-09-16
fsfsdfsdw 2020-04-22
吴家应 2020-03-02
jarrygao 2020-11-02
shipinsky 2020-09-23
hongsheyoumo 2020-09-04
momoku 2020-09-11
ruancw 2020-08-27
TuxedoLinux 2020-08-18
vvu 2020-08-16
downtown 2020-08-11
luvzhan 2020-07-28
maxelliot 2020-06-28
cuixingwudi 2020-06-25
linuxdashencom 2020-06-21