diff options
Diffstat (limited to 'chapter07/rcS.xml')
-rw-r--r-- | chapter07/rcS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <filename>/etc/init.d/rcS</filename> script by running the following command:</para> -<para><screen><userinput>cat > rcS << "EOF"</userinput> +<para><screen><userinput>cat > /etc/init.d/rcS << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/rcS |