aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/ethnet-symperm.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/ethnet-symperm.xml')
-rw-r--r--chapter07/ethnet-symperm.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/chapter07/ethnet-symperm.xml b/chapter07/ethnet-symperm.xml
new file mode 100644
index 000000000..ba72ab6e9
--- /dev/null
+++ b/chapter07/ethnet-symperm.xml
@@ -0,0 +1,23 @@
+<sect2>
+<title>Setting up permissions and symlink</title>
+
+<para>
+Set the proper file permissions and create the necessary symlink by
+running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>cd /etc/init.d &amp;&amp;</userinput>
+ <userinput>chmod 754 ethnet &amp;&amp;</userinput>
+ <userinput>cd ../rc3.d &amp;&amp;</userinput>
+ <userinput>ln -s ../init.d/ethnet S200ethnet &amp;&amp;</userinput>
+ <userinput>cd ../rc4.d &amp;&amp;</userinput>
+ <userinput>ln -s ../init.d/ethnet S200ethnet &amp;&amp;</userinput>
+ <userinput>cd ../rc5.d &amp;&amp;</userinput>
+ <userinput>ln -s ../init.d/ethnet S200ethnet</userinput>
+
+</literallayout></blockquote>
+
+</sect2>
+