This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
47f0f839b3
tldr
/
pages
/
common
/
crontab.md
270 B
Raw
Blame
History
crontab
Schedule cron jobs to run on a time interval for the current user.
Edit the crontab file for the current user:
crontab -e
View a list of existing cron jobs for current user:
crontab -l
Remove all cron jobs for the current user:
crontab -r