Add <username> tags around root user
Minor whitespace fix
This commit is contained in:
parent
ea04a4be1e
commit
9c9f480557
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21124
1 changed files with 5 additions and 4 deletions
|
@ -455,11 +455,12 @@ exit 0
|
||||||
<para>User crontabs allow individual users to schedule tasks without the
|
<para>User crontabs allow individual users to schedule tasks without the
|
||||||
need for root privileges. Commands in a user's crontab run with the
|
need for root privileges. Commands in a user's crontab run with the
|
||||||
permissions of the user who owns the crontab.</para>
|
permissions of the user who owns the crontab.</para>
|
||||||
<para>The root user can have a user crontab just like
|
|
||||||
|
<para>The <username>root</username> user can have a user crontab just like
|
||||||
any other user. This one is different from
|
any other user. This one is different from
|
||||||
<filename>/etc/crontab</filename> (the system crontab). Because of the
|
<filename>/etc/crontab</filename> (the system crontab). Because of the
|
||||||
system crontab, there's usually no need to create a user crontab
|
system crontab, there's usually no need to create a user crontab
|
||||||
for root.</para>
|
for <username>root</username>.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<para>Let us take a look at the <filename>/etc/crontab</filename> file
|
<para>Let us take a look at the <filename>/etc/crontab</filename> file
|
||||||
|
|
Loading…
Reference in a new issue