Difference between revisions of "Template talk:UserCmd"
Discussion page of Template:UserCmd
Views
Actions
Namespaces
Variants
Tools
(→Ask for additional Template: new section) |
|||
Line 1: | Line 1: | ||
This is a good Template, because it shows how to use it | This is a good Template, because it shows how to use it | ||
== Ask for additional Template == | |||
I would like to suggest an additional Template for sudo-commands. | |||
Why ? | |||
because a lot of commands in this wiki are in reality "root"-commands, but are written with : {{UserCmd|command=sudo something}} | |||
but this is equivalent to: | |||
{{RootCmd|command=something}} | |||
i would suggest the following colors | |||
<pre> | |||
green |red |white on black | |||
user $ sudo something | |||
</pre> | |||
So a reader will see immediately that this is a command executed as root |
Revision as of 16:12, 11 September 2021
This is a good Template, because it shows how to use it
Ask for additional Template
I would like to suggest an additional Template for sudo-commands.
Why ?
because a lot of commands in this wiki are in reality "root"-commands, but are written with :
user $ sudo something
but this is equivalent to:
root # something
i would suggest the following colors
green |red |white on black user $ sudo something
So a reader will see immediately that this is a command executed as root