linux系统定时重启Timing reboot of Linux systemEmployed
Automatic restart at 1 a.m. every month at 3 a.m.
Steps are as follows:
1, login with root account;
2. Open the terminal window;
3, input "crontab -e""
4, press the Insert key.
5, enter "031 * * reboot""
6, press the ESC key.
7, input ": WQ", and then enter.
The above input can be checked through the"crontab-l" command.Data interchange for trade
Automatic restart at 3 a.m. every Monday
1, login with root account;
2. Open the terminal window;
3, input "crontab -e""
4, press the Insert key.
5, enter "03 * * 1 reboot""
6, press the ESC key.
7, input ": WQ", and then enter.
The above input can be checked through the"crontab-l" command.Timing reboot of Linux system
After using the SSH tool to successfully login the background,run the following command:
Crontab -e
Then insert the following content in the document as required:04***/sbin/reboot (04 means restart at four a.m. every day. . .03 means 3 a.m. . . )
After the WQ is saved, the following command is executed torestart the crond service
/etc/rc.d/init.d/crond stop
/etc/rc.d/init.d/crond start
Set up every Sunday morning zero 4 restart
04 * * sun /sbin/reboot
The first one is minutes
The second one is the hour
The third is the date
The fourth is the month
The fifth is week (0-6)
Linux timing reboot
Linux timing task system Cron entry (turn)
Just made a backup module, and then the teacher prompted thebest to add an automatic backup function, so study the Cronservice to come. Cron is a built-in service for Linux, but itdoes not automatically up and start and close this service inthe following way:
/sbin/service crond start / / start service
/sbin/service crond stop / / close service
/sbin/service crond restart / / restart service
/sbin/service crond reload / / reload configuration
You can also start this service automatically when the systemis started:
Add it to the end of the script at /etc/rc.d/rc. local:/sbin/service crond start
Now the Cron service is already in the process, we can use thisservice, Cron services provide the following interfaces foreveryone to use:
1. edit directly with the crontab command
The cron service provides the crontab command to set up the cronservice. Here are some of the parameters and instructions forthis command:
Crontab -u // set a user' s cron service, root users need thisparameter when executing this command.
Details of crontab -l / a cron service user list
Crontab -r / / delete no users cron service
Crontab -e / / edit a user' s cron service
For example, root looks at your own cron settings: crontab -uroot -l
For example, root wants to delete the Fred settings for cron:
crontab -u Fred -r
When editing the cron service, there are some formats andconventions for the editor, input: crontab -u root -eEntering the VI editing mode, the content of the editor mustconform to the following format: */1 * * * * ls > /tmp/ls.txtA part of this format is the time setting, the back part is thecommand to execute the command to execute, if too much, can putthese commands into a script, then here directly call thisscript can be invoked, remember to write the full path to thelife. Time setting we have a certain agreement, the first fivenumbers on behalf of five numbers, the number of values andmeaning are as follows:
M i nu t e s (0-59)
Hour (0-23)
Date (1-31)
Month (1-12)
The week (0-6) //0 stands for Sunday
In addition to digital and some special symbols is "*" and "/"and "-", "*", representing the range of all the numbers, "/"representative of eachmeaning, "*/5" said each of the 5 units,"-" representatives from a number to a number, ", " separateseveral discrete numbers. Here are a few examples of the
problem:
At 6 a.m. every morning
06 * * * echo "Good morning. /tmp/test.txt" > > / / / / echoonly, do not see any output from the screen, because the cronoutput email to root any mail.
Every two hours
0 */2 * * * echo "Have a break now. " /tmp/test.txt
Between 11 in the evening and 8 in the morning, every two hours,eight a.m.
0 23-7/2, 8 * * * echo "Have a good dream:" /tmp/test. txt4 of the month and 11 Monday of each week to Wednesday morning0114 * 1-3 command line
At 4 a.m. in January 1st
0411 * command l ine
Every time you finish editing a user' s cron settings, cronautomatically generates a user with the same name in the/var/spool/cron file, the user' s cron information is recordedin the file, the file can not be edited directly, can onlyusecrontab -e to edit. After the cron starts, read the file onceevery clock and check if it' s going to execute the commands.
Therefore, this file does not need to restart the cron serviceafter modification.
2. edit /etc/crontab file configure Cron
Cron services not only read all the files in /var/spool/crononce a minute, but also read /etc/crontab once, so we canconfigure this file to do some things using Cron services. Thecrontab configuration is for one user, and editing the/etc/crontab is for the system task. The file format of thisfile is:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root / / if an error occurs, or the data output, dataas a mail sent to this account
The path HOME=/ / / users run, here is the root directory# run-parts
01****root run-parts/etc/cron.hourly//per hour performedwithin the /etc/cron.hourly script
024 * * * root run-parts /etc/cron.daily / / day performedwithin the /etc/cron.daily script
224*0*root run-parts/etc/cron.weekly//per week performedwithin the /etc/cron.weekly script
4241**root run-parts/etc/cron.monthly///etc/cron.monthlyto execute the script within a month
Notice the "run-parts" parameter, and if you remove thisparameter, you can write a script name that you want to run,instead of the folder name.
It' s actually modifying the /etc/crontab file
224 * * 0 root /sbin/reboot
我们很多老用户对于BuyVM商家还是相当熟悉的,也有翻看BuyVM相关的文章可以追溯到2014年的时候有介绍过,不过那时候介绍这个商家并不是很多,主要是因为这个商家很是刁钻。比如我们注册账户的信息是否完整,以及我们使用是否规范,甚至有其他各种问题导致我们是不能购买他们家机器的。以前你嚣张是很多人没有办法购买到其他商家的机器,那时候其他商家的机器不多。而如今,我们可选的商家比较多,你再也嚣张不起来。...
mineserver怎么样?mineserver是一家国人商家,主要提供香港CN2 KVM VPS、香港CMI KVM VPS、日本CN2 KVM VPS、洛杉矶cn2 gia端口转发等服务,云服务器网(yuntue.com)介绍过几次,最近比较活跃。现在新推出了3款特价KVM VPS,性价比高,香港CMI/洛杉矶GIA VPS,2核/2GB内存/20GB NVME/3.5TB流量/200Mbps...
月付/年付优惠码:zji 下物理服务器/VDS/虚拟主机空间订单八折终身优惠(长期有效)一、ZJI官网点击直达ZJI官方网站二、特惠香港日本服务器香港大埔:http://hkdb.speedtest.zji.net/香港葵湾:http://hkkw.speedtest.zji.net/日本大阪:http://jpsk.speedtest.zji.net/日本大阪一型 ...