Home> System Tutorial> LINUX> body text

How to delete crontab scheduled tasks in Linux?

王林
Release: 2023-12-31 15:41:38
forward
1289 people have browsed it

I want to shut down the crontab schedule service created in Linux. How to shut it down? Let’s take a look at the detailed tutorial below.

1. View scheduled tasks

1. Open the terminal command window

How to delete crontab scheduled tasks in Linux?

2. Enter the command:crontab -lView the created scheduled tasks

How to delete crontab scheduled tasks in Linux?

2. Delete scheduled tasks

1. We use the command:crontab -e

How to delete crontab scheduled tasks in Linux?

2. Press Enter to enter the planned service configuration interface of thecrontab command

How to delete crontab scheduled tasks in Linux?

3. Use"dd" directly,delete scheduled tasks

How to delete crontab scheduled tasks in Linux?

4. Enter the command“:wq!”Save and exit

How to delete crontab scheduled tasks in Linux?

5. Usecrontab -lto check again. There will be no scheduled tasks

How to delete crontab scheduled tasks in Linux?

The above is the detailed content of How to delete crontab scheduled tasks in Linux?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!