User Tools

Site Tools


ubuntu:cron:edit_crontab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:cron:edit_crontab [2019/12/12 22:59] – created peterubuntu:cron:edit_crontab [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 7: Line 7:
 Edits the default crontab. Edits the default crontab.
  
-Edit this file and insert your own jobs to run at a given time.+Insert your own jobs to run at a given time.
  
 <WRAP tip> <WRAP tip>
 It is recommended to include some comments against entries that will help you understand its functionality in greater detail. It is recommended to include some comments against entries that will help you understand its functionality in greater detail.
 </WRAP> </WRAP>
 +
 +----
 +
 +===== Edit Crontab for a specific User =====
 +
 +<code bash>
 +crontab -u User -e
 +</code>
 +
 +This command is analogous to the below command.
 +
 +<code bash>
 +crontab -e User
 +</code>
  
ubuntu/cron/edit_crontab.1576191595.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki