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

en: Edit Handbook
author Paul Issott <paul@slitaz.org>
date Wed Sep 23 17:07:04 2009 +0000 (2009-09-23)
parents fa2c5bed2417
children b8788d938e18
line diff
     1.1 --- a/en/doc/handbook/system-admin.html	Wed Aug 19 14:09:59 2009 +0200
     1.2 +++ b/en/doc/handbook/system-admin.html	Wed Sep 23 17:07:04 2009 +0000
     1.3 @@ -47,7 +47,7 @@
     1.4  <p>
     1.5  With Linux your disks and USB media are seen as devices. To access them you must
     1.6  first mount a device on a mount point (directory). On SliTaz you can graphically
     1.7 -mount devices using <code>mountbox</code> or use the command line. To mount the
     1.8 +mount devices by using <code>mountbox</code> or the command line. To mount the
     1.9  first disk of a local hard disk on <code>/mnt/disk</code>:
    1.10  </p>
    1.11  <pre>
    1.12 @@ -57,7 +57,7 @@
    1.13  <p>
    1.14  To mount a cdrom or an USB media you should use mount points located in 
    1.15  <code>/media</code>. Note that for a cdrom, you just have to specify
    1.16 -the device path and for a flash key, the mount point already exists:
    1.17 +the device path. For a flash key, the mount point already exists:
    1.18  </p>
    1.19  <pre>
    1.20   # mount /dev/cdrom
    1.21 @@ -140,12 +140,12 @@
    1.22  <pre>
    1.23   # tazpkg get-install bash
    1.24   # cp /home/hacker/.profile home/hacker/.bashrc
    1.25 - # Note root user: cp /home/hacker/.profile ~/.bashrc
    1.26 - # nano /etc/passwd   # :/bin/bash
    1.27 + Note root user: cp /home/hacker/.profile ~/.bashrc
    1.28 + # nano /etc/passwd   ~ :/bin/bash
    1.29  </pre>
    1.30  <p>
    1.31  The next time you login bash will be your default shell, you can confirm this 
    1.32 -by typing <code>env</code> in the command line.
    1.33 +by typing <code>env</code> on the command line.
    1.34  </p>
    1.35  
    1.36  <a name="editors"></a>
    1.37 @@ -189,8 +189,8 @@
    1.38  </pre>
    1.39  <h4>Rdate</h4>
    1.40  <p>
    1.41 -To syncronize the system clock with a network time server, you can as
    1.42 -<code>root</code> use the <code>rdate -s</code> command:
    1.43 +To syncronize the system clock with a network time server, you can (as
    1.44 +<code>root</code>) use the <code>rdate -s</code> command:
    1.45  </p>
    1.46  <pre>
    1.47   # rdate -s tick.greyware.com
    1.48 @@ -228,7 +228,7 @@
    1.49  </p>
    1.50  <p>
    1.51  Each user of the system can have his/her own tasks, they are defined in the file: <code>/var/spool/cron/crontabs/user</code>.
    1.52 -The crontab utility allows you amongst other things, to list the tasks specific to the user. The syntax of the
    1.53 +The crontab utility allows you (amongst other things), to list the tasks specific to the user. The syntax of the
    1.54  files is as follows:
    1.55  </p>
    1.56  <pre class="script">mm hh dd MMM DDD command &gt; log