Difference between revisions of "Template:RootCmd"
Template page
Views
Actions
Namespaces
Variants
Tools
(update template info) |
(update template info) |
||
Line 3: | Line 3: | ||
== RootCmd template == | == RootCmd template == | ||
<p>Template formatting a command entered as root</p> | <p>Template formatting a command entered as root</p> | ||
<nowiki>{{RootCmd|command=command}}</nowiki> | Syntax: <nowiki>{{RootCmd|command=command}}</nowiki> | ||
{{RootCmd|command=LANG=C systemctl enable --now systemd-timesyncd}} | {{RootCmd|command=LANG=C systemctl enable --now systemd-timesyncd}} | ||
</noinclude><includeonly>{{CommandTemplate|color=red|prompt=root #|command={{{command}}}}}</includeonly> | </noinclude><includeonly>{{CommandTemplate|color=red|prompt=root #|command={{{command}}}}}</includeonly> |
Revision as of 09:24, 9 December 2022
This page is a template. It contains no Manjaro Linux-related information, but should be used as part of other articles. For more information, read Help:Template.
Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.
Feel free to voice your opinion regarding this template.
RootCmd template
Template formatting a command entered as root
Syntax: {{RootCmd|command=command}}
root # LANG=C systemctl enable --now systemd-timesyncd