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.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/chapter07/ethnet-symperm.xml b/chapter07/ethnet-symperm.xml
deleted file mode 100644
index 155e33dcb..000000000
--- a/chapter07/ethnet-symperm.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<sect2>
-<title>Setting up permissions and symlink</title>
-
-<para>
-The proper file permissions and the necessary symlinks are set or created 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 ../rc0.d &amp;&amp;</userinput>
- <userinput>ln -s ../init.d/ethnet K800ethnet &amp;&amp;
- </userinput>
- <userinput>cd ../rc1.d &amp;&amp;</userinput>
- <userinput>ln -s ../init.d/ethnet K800ethnet &amp;&amp;
- </userinput>
- <userinput>cd ../rc2.d &amp;&amp;</userinput>
- <userinput>ln -s ../init.d/ethnet K800ethnet &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 &amp;&amp;
- </userinput>
- <userinput>cd ../rc6.d &amp;&amp;</userinput>
- <userinput>ln -s ../init.d/ethnet K800ethnet</userinput>
-</literallayout></blockquote>
-
-</sect2>
-