码迷,mamicode.com
首页 >  
搜索关键字:crond    ( 600个结果
定时任务crond
0019***sh/tmp/sem.sh>/dev/null2>&12816***/usr/bin/salt‘*‘cmd.run‘df-hl‘>/tmp/hd.$(date+\%F).txt2816***/usr/bin/salt‘*‘cmd.run‘free-l‘>/tmp/mem.$(date+\%F).txtvim/tmp/sem.shecho"Hi,$(date+%F)硬盘和内存数据采集如附件。"|mutttoelf@126.com-s"硬..
分类:其他好文   时间:2015-11-05 19:02:47    阅读次数:205
【linux shell系列--1】crontab命令
摘自:http://www.cnblogs.com/peida/archive/2013/01/08/2850483.html一、crond简介 crond是linux下用来周期性的执行某种任务或等待处理某些事件的一个守护进程,与windows下的计划任务类似,当安装完成操作系统后,默认会安装此服....
分类:系统相关   时间:2015-10-28 14:23:26    阅读次数:259
查看、关闭某一runlevel下自动启动的服务
这些服务都在 /etc/init.d/ 目录下1、查看 chkconfig --list | grep '3:on'Auditd - 安全审计工具;blk-availability 如果使用LVM,建议开启,否则不需要;crond服务-自动执行任务服务ip6tables 服务 -- ipv6过滤包管...
分类:其他好文   时间:2015-10-24 11:29:04    阅读次数:234
ubuntu使用crontab
crond服务通常被放在/etc/init.d/crond , 这样就可以在系统启动后自动启动crond服务。linux中的用户使用crontab命令来配置cron任务.crontab在/etc目录下面存在cron.d,cron.daily,cron.weekly,cron.monthly,cron...
分类:系统相关   时间:2015-10-16 18:48:59    阅读次数:281
linux定时任务crond生产Java服务手动可执行,脚本不可执行案例
linux定时任务crondexport变量问题群友案例来自网友兄弟北京@Grady(254553457)的总结。1)我写了一个重启resin的脚本,由于业务原因,需要定时在某一个时间重启下resin服务器,于是就在crontab里配置了如下内容:5017**1-5root/usr/local/bin/resin_restart.sh其中,resin_rest..
分类:编程语言   时间:2015-10-14 01:42:55    阅读次数:241
centos linux系统日常管理3 第十六节课
centos linux系统日常管理3 第十六节课上半节课下半节课Linux系统服务管理ntsysv工具ntsysv 类似图形界面管理工具,如果没有该命令安装yum install -y ntsysv 常用服务:crond, iptables, network, sshd, syslog, irqb...
分类:系统相关   时间:2015-10-10 09:09:50    阅读次数:322
linux基础优化
[root@moban oldboy]# for oldboy in `chkconfig --list |grep "3:on" |awk '{print $1}' |grep -vE "crond|network|sshd|rsyslog"`;do chkconfig $oldboy off;d...
分类:系统相关   时间:2015-10-01 00:30:43    阅读次数:266
CentOS进程管理
1、pstree命令:显示进程树[root@localhost~]#pstree init─┬─auditd───{auditd} ├─crond ├─dbus-daemon───{dbus-daemon} ├─httpd───3*[httpd───26*[{httpd}]] ├─master─┬─pickup │ └─qmgr ├─6*[mingetty] ├─mysqld_safe───mysqld───20*..
分类:系统相关   时间:2015-09-29 19:02:01    阅读次数:507
Linux的计划任务
一、检查相关服务1、检查crond服务service crond status安装服务yum install vixie-cron2、检查crontab配置工具crontab -l安装crontabyum install crontabs二、设置计划任务1、查看已有的计划[root@localhos...
分类:系统相关   时间:2015-09-21 19:15:58    阅读次数:221
Linux进程查看,管理工具
浅谈linux下进程查看,管理工具1.pstree显示进程树。显示各个进程之间的关系[root@test~]#pstree init─┬─abrtd ├─acpid ├─atd ├─console-kit-dae───63*[{console-kit-da}] ├─crond ├─cupsd ├─dbus-daemon ├─dhclient ├─fcoemon ├─hald─┬─hald-runne..
分类:系统相关   时间:2015-09-16 23:43:00    阅读次数:369
600条   上一页 1 ... 46 47 48 49 50 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!