66System modules
77==============
88
9- System modules are backend modules in the group "System"
9+ System modules are backend modules in the group "System"
1010and they are only available to backend users with
1111admin permissions.
1212
@@ -21,10 +21,10 @@ full TYPO3 install, see `https://get.typo3.org/misc/composer/helper`__.
2121Permissions
2222===========
2323
24- In TYPO3, you can grant permissions to backend users.
25- At first, a newly created backend user without any administrative
26- privileges has no access to neither the page module nor the
27- pages in the backend.
24+ In TYPO3, you can grant permissions to backend users.
25+ At first, a newly created backend user without any administrative
26+ privileges has no access to neither the page module nor the
27+ pages in the backend.
2828The module :guilabel: `System > Permissions ` can be used to view or edit
2929these backend user permissions for pages in the backend.
3030
@@ -79,6 +79,28 @@ The Scheduler supports one-time or periodic execution of tasks that can be
7979delivered by any extension. It has its own manual:
8080:ref: `TYPO3 Scheduler <typo3/cms-scheduler:start >`.
8181
82+ .. _system-modules-scheduler-cronjobs :
83+
84+ Cron jobs in Scheduler
85+ ----------------------
86+
87+ The backend module called :ref: `TYPO3 Scheduler <typo3/cms-scheduler:start >` can
88+ be used to perform a task that you defined previously in the scheduler.
89+ The scheduler can be triggered by a cron job. In your terminal you
90+ can type
91+
92+ .. code-block :: shell
93+ :caption: Create or open the crontab
94+
95+ crontab -e
96+
97+ to create a new job on unix-like operating systems. In
98+ :ref: `Setting up the cron job <typo3/cms-scheduler:cron-job >` you can see how
99+ this works. Normally you have to define the time or a time interval in which the
100+ job should be performed once or frequently. To test your pattern you can insert
101+ it `here <https://crontab.guru/ >`__ and test if it performs like you expect.
102+ When you are not familiar with cron jobs we refer to https://en.wikipedia.org/wiki/Cron.
103+
82104.. _system-modules-dbcheck :
83105
84106DB check (optional)
0 commit comments