The first instruction said to open the terminal and then to log in as root. Those commands need to be run with root's privileges.
You can log in to root from the terminal by typing "su" and then pressing enter and then entering root's password when asked.
As I said - something amiss.

Sorry about that.
[maurice@localhost ~]$ service syslog restart
Shutting down kernel logger: /etc/init.d/functions: line 228: /var/run/klogd.pid: Permission denied
rm: cannot remove `/var/run/klogd.pid': Permission denied [FAILED]
Shutting down system logger: /etc/init.d/functions: line 228: /var/run/syslogd.pid: Permission denied
rm: cannot remove `/var/run/syslogd.pid': Permission denied [FAILED]
rm: cannot remove `/var/lock/subsys/syslog': Permission denied
[maurice@localhost ~]$ tail -n 40 /var/log/syslog
tail: cannot open `/var/log/syslog' for reading: Permission denied
[maurice@localhost ~]$ su
Password:
[root@localhost maurice]# service syslog restart
Shutting down kernel logger: [ OK ]
Shutting down system logger: [ OK ]
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
[root@localhost maurice]# tail -n 40 /var/log/syslog
May 23 09:21:28 localhost drakconnect[4388]: running: /sbin/ifdown wlan1 daemon
May 23 09:21:28 localhost ifplugd(wlan1)[4182]: Exiting.
May 23 09:21:28 localhost drakconnect[4388]: running: /sbin/ifup wlan1 daemon
May 23 09:21:28 localhost klogd: ADDRCONF(NETDEV_UP): wlan1: link is not ready
May 23 09:21:28 localhost klogd: ADDRCONF(NETDEV_UP): wlan1: link is not ready
May 23 09:21:28 localhost ifplugd(wlan1)[4575]: ifplugd 0.28 initializing.
May 23 09:21:28 localhost ifplugd(wlan1)[4575]: Using interface wlan1/00:25:9C:A8:72:DE with driver <rt61pci> (version: 2.6.33.5-pclos1.bfs)
May 23 09:21:28 localhost ifplugd(wlan1)[4575]: Using detection mode: SIOCETHTOOL
May 23 09:21:28 localhost ifplugd(wlan1)[4575]: Initialization complete, link beat not detected.
May 23 09:21:28 localhost drakconnect[4388]: running: /etc/rc.d/init.d/network-up start
May 23 09:21:29 localhost klogd: wlan1: direct probe to AP 00:1d:5a:8c:81:a1 (try 1)
May 23 09:21:29 localhost klogd: wlan1: direct probe responded
May 23 09:21:29 localhost klogd: wlan1: authenticate with AP 00:1d:5a:8c:81:a1 (try 1)
May 23 09:21:30 localhost klogd: wlan1: authenticate with AP 00:1d:5a:8c:81:a1 (try 2)
May 23 09:21:30 localhost klogd: wlan1: authenticate with AP 00:1d:5a:8c:81:a1 (try 3)
May 23 09:21:30 localhost klogd: wlan1: authentication with AP 00:1d:5a:8c:81:a1 timed out
May 23 09:21:43 localhost drakconnect[4388]: modified file /etc/modprobe.conf
May 23 09:21:43 localhost drakconnect[4388]: to put in /etc/modprobe.preload
May 23 09:21:43 localhost drakconnect[4388]: modified file /etc/modprobe.preload
May 23 09:21:43 localhost drakconnect[4388]: ### Program is exiting ###
May 23 09:21:47 localhost drakconf.real[4256]: modified file /etc/mcc.conf
May 23 09:22:24 localhost ntpd_initres[2950]: host name not found: 0.africa.pool.ntp.org
May 23 09:22:24 localhost ntpd_initres[2950]: host name not found: 1.africa.pool.ntp.org
May 23 09:22:24 localhost ntpd_initres[2950]: host name not found:
May 23 09:30:26 localhost ntpd_initres[2950]: host name not found:
May 23 09:30:26 localhost ntpd_initres[2950]: host name not found:
May 23 09:30:26 localhost ntpd_initres[2950]: host name not found:
May 23 09:46:29 localhost ntpd_initres[2950]: host name not found:
May 23 09:46:29 localhost ntpd_initres[2950]: host name not found:
May 23 09:46:29 localhost ntpd_initres[2950]: host name not found:
May 23 10:01:01 localhost CROND[6179]: (root) CMD (nice -n 19 run-
May 23 10:01:01 localhost anacron[6185]: Anacron started on 2011-0
May 23 10:01:01 localhost anacron[6185]: Will run job `cron.daily'
May 23 10:01:01 localhost anacron[6185]: Will run job `cron.monthl
May 23 10:01:01 localhost anacron[6185]: Jobs will be executed seq
May 23 10:01:17 localhost klogd: Kernel logging (proc) stopped.
May 23 10:01:17 localhost klogd: Kernel log daemon terminating.
May 23 10:01:18 localhost exiting on signal 15
May 23 10:01:19 localhost syslogd 1.5.0: restart.
May 23 10:01:19 localhost klogd: klogd 1.5.0, log source = /proc/k
[root@localhost maurice]# ^C