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,27 @@ 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 cron job that you defined previously. In your terminal you
89+ can type
90+
91+ .. code-block :: shell
92+ :caption: Create or open the crontab
93+
94+ crontab -e
95+
96+ to create a new job on unix-like operating systems. In
97+ :ref: `Setting up the cron job <typo3/cms-scheduler:cron-job >` you can see how
98+ this works. Normally you have to define the time or a time interval in which the
99+ job should be performed once or frequently. To test your pattern you can insert
100+ it `here <https://crontab.guru/ >`__ and test if it performs like you expect.
101+ When you are not familiar with cron jobs we refer to https://en.wikipedia.org/wiki/Cron.
102+
82103.. _system-modules-dbcheck :
83104
84105DB check (optional)
0 commit comments