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
HostHatch在当地时间7月30日发布了一系列的促销套餐,涉及亚洲和欧美的多个地区机房,最低年付15美元起,一次买2年还能免费升级双倍资源。商家成立于2011年,提供基于KVM架构的VPS主机,数据中心包括中国香港、美国、英国、荷兰、印度、挪威、澳大利亚等国家的十几个地区机房。官方网站:https://hosthatch.com/NVMe VPS(香港/悉尼)1 CPU core (12.5%...
这几天有几个网友询问到是否有Windows VPS主机便宜的VPS主机商。原本他们是在Linode、Vultr主机商挂载DD安装Windows系统的,有的商家支持自定义WIN镜像,但是这些操作起来特别效率低下,每次安装一个Windows系统需要一两个小时,所以如果能找到比较合适的自带Windows系统的服务器那最好不过。这不看到PacificRack商家有提供夏季促销活动,其中包括年付便宜套餐的P...
速云怎么样?速云是一家国人商家。速云商家主要提供广州移动、深圳移动、广州茂名联通、香港HKT等VDS和独立服务器。目前,速云推出深圳独服优惠活动,机房为深圳移动机房,购买深圳服务器可享受5折优惠,目前独立服务器还支持申请免费试用,需要提交工单开通免费体验试用,次月可享受永久8折优惠,也是需工单申请哦!点击进入:速云官方网站地址活动期限至 2021年7月22日速云云服务器优惠活动:活动1:新购首月可...