website diff en/doc/handbook/system-admin.html @ rev 117

en: Typos, spelling, wording, etc.
author Mike D. Smith <MikeDSmith25@gmail.com>
date Sat Jul 19 16:23:18 2008 +0000 (2008-07-19)
parents edd2218d2ed0
children f0960a6af581
line diff
     1.1 --- a/en/doc/handbook/system-admin.html	Mon Jul 14 22:22:15 2008 +0200
     1.2 +++ b/en/doc/handbook/system-admin.html	Sat Jul 19 16:23:18 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5      <meta name="description" content="slitaz English handbook" />
     1.6      <meta name="expires" content="never" />
     1.7 -    <meta name="modified" content="2008-07-14 22:15:00" />
     1.8 +    <meta name="modified" content="2008-07-18 06:00:00" />
     1.9      <meta name="publisher" content="www.slitaz.org" />
    1.10      <meta name="author" content="Christophe Lincoln"/>
    1.11      <link rel="shortcut icon" href="favicon.ico" />
    1.12 @@ -31,9 +31,9 @@
    1.13  <h2><font color="#df8f06">System administration</font></h2>
    1.14  
    1.15  <ul>
    1.16 -	<li><a href="#devices">Devices and disks access.</a></li>
    1.17 -	<li><a href="#users-admin">Users, groups and passwords.</a></li>
    1.18 -	<li><a href="#locale">Language and keyboard.</a></li>
    1.19 +    <li><a href="#devices">Devices and disk access.</a></li>
    1.20 +    <li><a href="#users-admin">Users, groups and passwords.</a></li>
    1.21 +    <li><a href="#locale">Language and keyboard.</a></li>
    1.22      <li><a href="#bash">Install the Bash shell.</a></li> 
    1.23      <li><a href="#time">Set the system time.</a></li>
    1.24      <li><a href="#cron">Execute scheduled commands.</a></li>
    1.25 @@ -41,7 +41,7 @@
    1.26  </ul>
    1.27  
    1.28  <a name="devices"></a>
    1.29 -<h3>Devices and disks access</h3>
    1.30 +<h3>Devices and disk access</h3>
    1.31  <p>
    1.32  With Linux your disks and USB media are seen as devices. To access them you must
    1.33  first mount a device on a mount point (directory). On SliTaz you can graphically
    1.34 @@ -130,7 +130,7 @@
    1.35  <p>
    1.36  On SliTaz you have the ash and sh shell with a link to Ash, this shell is 
    1.37  provided by Busybox. If you wish to use the Bash (Bourne Again SHell), first 
    1.38 -as <code>su</code> install bash, copy the <code>.profile</code> found in your 
    1.39 +as <code>root</code> install bash, copy the <code>.profile</code> found in your 
    1.40  home directory and rename it <code>.bashrc</code>, then edit the 
    1.41  <code>/etc/passwd</code> file with your favorite text editor and change your 
    1.42  shell to :/bin/bash
    1.43 @@ -152,6 +152,8 @@
    1.44  To know the current system time, you can simply type <code>date</code>. On 
    1.45  SliTaz, the timezone configuration file is saved in <code>/etc/TZ</code>, you 
    1.46  can edit with your favorite text editor or simply <code>echo</code> the changes.
    1.47 +To see the avaliable timezones, you can look in the
    1.48 +<code>/usr/share/zoneinfo</code> directory.
    1.49  Here's an example using the timezone Europe/London:
    1.50  </p>
    1.51  <pre>