摘要:
Linux定时任务是Linux自带的一款常用工具。 如何启用定时任务[root@centos73 init.d]# service crond startRedirecting to /bin/systemctl start crond.service如何编写定时任务[root@centos73 r 阅读全文
posted @ 2020-04-29 16:18
王小欠儿
阅读(642)
评论(0)
推荐(0)
摘要:
[root@ebs-46753 ~]# vi /etc/init.d/delete.sh 内容: #!/bin/bashdir=/upload/file/images/login/qrcode //要删除文件的文件夹路径files=`ls ${dir}`for file in $filesdoif 阅读全文
posted @ 2020-04-29 15:12
王小欠儿
阅读(2898)
评论(0)
推荐(0)
摘要:
CentOS6.5系统安装1、首先打开网易开源镜像站: http://mirrors.163.com/ 当然,大家也可以使用阿里开源镜像站:http://mirrors.aliyun.com/ 2、点击进入centos目录。 3、因为我们选择安装centos6.5版本系统,所以点击进入6.5/目录 阅读全文
posted @ 2020-04-29 14:07
王小欠儿
阅读(2394)
评论(0)
推荐(0)

浙公网安备 33010602011771号