summaryrefslogtreecommitdiffstats
path: root/en-US/Introduction.xml
diff options
context:
space:
mode:
Diffstat (limited to 'en-US/Introduction.xml')
-rw-r--r--en-US/Introduction.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/en-US/Introduction.xml b/en-US/Introduction.xml
index 383c249..93191e7 100644
--- a/en-US/Introduction.xml
+++ b/en-US/Introduction.xml
@@ -35,16 +35,16 @@
<para>
If your normal user account is configured as an administrator, you can use <command>sudo</command> to enter your user password and execute privileged commands:
<screen>
- <command>[fedorauser@localhost ~]$ sudo &lt;command&gt;</command>
- [sudo] password for fedorauser:
+<command>[fedorauser@localhost ~]$ sudo &lt;command&gt;</command>
+[sudo] password for fedorauser:
</screen>
</para>
<para>
You can also open a root shell using the root password <command>su</command>. The hyphen ( - ) in the example is important because it ensures that you will work in a root environment, and not act on normal user files with root privileges.
<screen>
- <command>[fedorauser@localhost ~]$ su -</command>
- Password:
- [root@localhost ~]#
+<command>[fedorauser@localhost ~]$ su -</command>
+Password:
+[root@localhost ~]#
</screen>
</para>
<para>