[gedit] completed a draft of the 'edit-as-root' page.



commit c285d71978146fdd5ee29e7de58c1e0c1a9c20de
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sun Dec 19 12:59:05 2010 -0600

    completed a draft of the 'edit-as-root' page.

 help/C/gedit-edit-as-root.page |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/help/C/gedit-edit-as-root.page b/help/C/gedit-edit-as-root.page
index ea87e4b..01d036a 100644
--- a/help/C/gedit-edit-as-root.page
+++ b/help/C/gedit-edit-as-root.page
@@ -4,13 +4,25 @@
 
   <info>
     <link type="guide" xref="index#gedit-working-with-files"/>
-    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <revision pkgversion="3.0" version="0.5" date="2010-12-19" status="draft"/>
     <credit type="author">
       <name>Jim Campbell</name>
       <email>jwcampbell gmail com</email>
     </credit>
   </info>
 
-  <title>*Edit a file as root (administative) user</title>
+  <title>Edit a file as the root (administative) user</title>
+
+  <note style="warning"><p>Editing files as the root user is potentially dangerous, and may break your system in bad ways. Take great care when editing files as the root user.</p></note>
+
+  <p>To edit files as the root user, launch <app>gedit</app> from the terminal by entering:</p>
+    <code>sudo gedit</code>
+  <p>Using the <cmd>sudo</cmd> command, you will need to successfully enter your password before <app>gedit</app> will open.</p>
+
+  <p>As an alternative to the <cmd>sudo</cmd> command, you may obtain administrative privileges by entering:</p>
+    <code>su -</code>
+  <p>You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command.</p>
+
+  <note><p>Once you have opened <app>gedit</app> with administrative privileges, the application will retain those privileges until you close it.</p></note>
 
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]