website rev 191

en: Add sudo to Hdbk
author Paul Issott <paul@slitaz.org>
date Fri Nov 14 22:14:30 2008 +0000 (2008-11-14)
parents 9c0d1f8f403c
children d1f63c741fd2
files en/doc/handbook/system-admin.html
line diff
     1.1 --- a/en/doc/handbook/system-admin.html	Fri Nov 14 15:31:15 2008 +0000
     1.2 +++ b/en/doc/handbook/system-admin.html	Fri Nov 14 22:14:30 2008 +0000
     1.3 @@ -36,6 +36,7 @@
     1.4      <li><a href="#locale">Language and keyboard.</a></li>
     1.5      <li><a href="#bash">Install the Bash shell.</a></li> 
     1.6      <li><a href="#editors">Text editors.</a></li>
     1.7 +    <li><a href="#sudo">Sudo command.</a></li>
     1.8      <li><a href="#time">Set the system time.</a></li>
     1.9      <li><a href="#cron">Execute scheduled commands.</a></li>
    1.10      <li><a href="#local.sh">Add commands at boot time.</a></li>
    1.11 @@ -161,6 +162,18 @@
    1.12  <pre> # tazpkg get-install emacs
    1.13  </pre>
    1.14  
    1.15 +<a name="sudo"></a>
    1.16 +<h3>Sudo</h3>
    1.17 +<p>
    1.18 +The <code>sudo</code> command can be applied on SliTaz:
    1.19 +</p>
    1.20 +<pre> # tazpkg get-install sudo
    1.21 +</pre>
    1.22 +<p>
    1.23 +The configuration file /etc/sudoers, should <em>always</em> be edited by the <code>visudo</code> command
    1.24 +which locks the file and checks for errors.
    1.25 +</p>
    1.26 +
    1.27  <a name="time"></a>
    1.28  <h3>System Time</h3>
    1.29  <p>