diff --git a/chapter07/checkfs.xml b/chapter07/checkfs.xml
index 2857eeea2..caa04f09c 100644
--- a/chapter07/checkfs.xml
+++ b/chapter07/checkfs.xml
@@ -4,7 +4,7 @@
Create the /etc/init.d/checkfs script by running
the following command:
-cat > checkfs << "EOF"
+cat > /etc/init.d/checkfs << "EOF"
#!/bin/sh
# Begin /etc/init.d/checkfs
diff --git a/chapter07/functions.xml b/chapter07/functions.xml
index d82ff60cd..d9ba8f6f8 100644
--- a/chapter07/functions.xml
+++ b/chapter07/functions.xml
@@ -4,7 +4,7 @@
Create the /etc/init.d/functions script by running
the following command:
-cat > functions << "EOF"
+cat > /etc/init.d/functions << "EOF"
#!/bin/sh
# Begin /etc/init.d/functions
diff --git a/chapter07/halt.xml b/chapter07/halt.xml
index 82eaee109..3272dcab2 100644
--- a/chapter07/halt.xml
+++ b/chapter07/halt.xml
@@ -4,7 +4,7 @@
Create the /etc/init.d/halt script by running the
following command:
-cat > halt << "EOF"
+cat > /etc/init.d/halt << "EOF"
#!/bin/sh
# Begin /etc/init.d/halt
diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml
index a9ed74dae..e658955e7 100644
--- a/chapter07/loadkeys.xml
+++ b/chapter07/loadkeys.xml
@@ -12,7 +12,7 @@ that everyone will need this script?
Create the /etc/init.d/loadkeys script by
running the following command:
-cat > loadkeys << "EOF"
+cat > /etc/init.d/loadkeys << "EOF"
#!/bin/sh
# Begin /etc/init.d/loadkeys
diff --git a/chapter07/mountfs.xml b/chapter07/mountfs.xml
index 1ffa16306..a21e6fdad 100644
--- a/chapter07/mountfs.xml
+++ b/chapter07/mountfs.xml
@@ -4,7 +4,7 @@
Create the /etc/init.d/mountfs script by running
the following command:
-cat > mountfs << "EOF"
+cat > /etc/init.d/mountfs << "EOF"
#!/bin/sh
# Begin /etc/init.d/mountfs
diff --git a/chapter07/rc.xml b/chapter07/rc.xml
index 625df6bc7..f9076ae84 100644
--- a/chapter07/rc.xml
+++ b/chapter07/rc.xml
@@ -5,7 +5,7 @@
script. Create the /etc/init.d/rc script by running the
following command:
-cat > rc << "EOF"
+cat > /etc/init.d/rc << "EOF"
#!/bin/sh
# Begin /etc/init.d/rc
#
diff --git a/chapter07/rcS.xml b/chapter07/rcS.xml
index fde87d99c..5f00bfb04 100644
--- a/chapter07/rcS.xml
+++ b/chapter07/rcS.xml
@@ -5,7 +5,7 @@
Create the /etc/init.d/rcS script by running the following
command:
-cat > rcS << "EOF"
+cat > /etc/init.d/rcS << "EOF"
#!/bin/sh
# Begin /etc/init.d/rcS
diff --git a/chapter07/reboot.xml b/chapter07/reboot.xml
index 3b69e5088..1e07ca70b 100644
--- a/chapter07/reboot.xml
+++ b/chapter07/reboot.xml
@@ -4,7 +4,7 @@
Create the /etc/init.d/reboot script by running the
following command:
-cat > reboot << "EOF"
+cat > /etc/init.d/reboot << "EOF"
#!/bin/sh
# Begin /etc/init.d/reboot
diff --git a/chapter07/sendsignals.xml b/chapter07/sendsignals.xml
index 771f8de18..a0146be36 100644
--- a/chapter07/sendsignals.xml
+++ b/chapter07/sendsignals.xml
@@ -4,7 +4,7 @@
Create the /etc/init.d/sendsignals script by running
the following command:
-cat > sendsignals << "EOF"
+cat > /etc/init.d/sendsignals << "EOF"
#!/bin/sh
# Begin /etc/init.d/sendsignals
diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml
index 848485d55..917295bf3 100644
--- a/chapter07/setclock.xml
+++ b/chapter07/setclock.xml
@@ -18,7 +18,7 @@ changed to the value of 1.
Create the /etc/init.d/setclock script by running
the following command:
-cat > setclock << "EOF"
+cat > /etc/init.d/setclock << "EOF"
#!/bin/sh
# Begin /etc/init.d/setclock
diff --git a/chapter07/sysklogd.xml b/chapter07/sysklogd.xml
index 6cf8c1d12..4537f0d1e 100644
--- a/chapter07/sysklogd.xml
+++ b/chapter07/sysklogd.xml
@@ -4,7 +4,7 @@
Create the /etc/init.d/sysklogd script by running
the following command:
-cat > sysklogd << "EOF"
+cat > /etc/init.d/sysklogd << "EOF"
#!/bin/sh
# Begin /etc/init.d/sysklogd
diff --git a/chapter07/template.xml b/chapter07/template.xml
index 91e65216b..cc61cb9ef 100644
--- a/chapter07/template.xml
+++ b/chapter07/template.xml
@@ -4,7 +4,7 @@
Create the /etc/init.d/template script by running
the following command:
-cat > template << "EOF"
+cat > /etc/init.d/template << "EOF"
#!/bin/sh
# Begin /etc/init.d/
diff --git a/index.xml b/index.xml
index 38fd4043f..f87f6a119 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
-
-
+
+