<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Dec 23, 2014 at 5:02 PM, Akemi Yagi <span dir="ltr"><<a href="mailto:amyagi@gmail.com" target="_blank">amyagi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Tue, Dec 23, 2014 at 4:29 PM, PatrickD Garvey <span dir="ltr"><<a href="mailto:patrickdgarveyt@gmail.com" target="_blank">patrickdgarveyt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span></span><div><br></div><div>I'm not referring to the username used by a particular person while using a CentOS community resource. I'm trying to understand if the document example should use an actual person's username (a security risk increase. That's half that person's credentials.) or a pattern that refers to no one, such as "username".<br></div></div></div></div></blockquote><div><br></div></span><div>Perhaps you are thinking of the examples found on a page like this one:<br><br> <a href="http://wiki.centos.org/HowTos/I_need_the_Kernel_Source" target="_blank">http://wiki.centos.org/HowTos/I_need_the_Kernel_Source</a><br><br></div><div>Depending on whether a command is supposed to be run by root or by a non-root user, the command line prompt changes between:<br><pre>[root@host]#<br></pre><pre>and<br><br>[user@host]$<span class="HOEnZb"><font color="#888888"><br><br></font></span></pre><span class="HOEnZb"><font color="#888888"><pre>Akemi<br></pre></font></span></div></div></div></div></blockquote><div><br></div><div>Yes, that is about what I was expecting would be a standard use in examples. Not only does it protect particular user credentials, but it becomes something the reader uses as an indicator of what is happening in the background, permissions are being used as appropriate.<br><br>I would make it more visually obvious with <span style="font-family:monospace,monospace">[username@host]$</span> because those patterns are all the same width and can quickly be scanned into referring to the same privileges.<br><br>Of course, an example for a well protected system would probably be showing <span style="font-family:monospace,monospace"><font>[username@host] $ sudo command</font></span> whenever more powerful permissions are required.<br></div></div></div></div>