2001-02-15 15:26:52 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Setting up permissions and symlink</title>
|
|
|
|
|
|
|
|
<para>
|
2001-03-18 20:39:49 +00:00
|
|
|
The proper file permissions and the necessary symlinks are set or created by
|
2001-02-15 15:26:52 +00:00
|
|
|
running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
|
|
|
<userinput>cd /etc/init.d &&</userinput>
|
|
|
|
<userinput>chmod 754 ethnet &&</userinput>
|
2001-05-10 05:15:26 +01:00
|
|
|
<userinput>cd ../rc0.d &&</userinput>
|
|
|
|
<userinput>ln -s ../init.d/ethnet K800ethnet &&
|
|
|
|
</userinput>
|
|
|
|
<userinput>cd ../rc1.d &&</userinput>
|
2001-05-24 18:33:48 +01:00
|
|
|
<userinput>ln -s ../init.d/ethnet K800ethnet &&
|
|
|
|
</userinput>
|
2001-05-10 05:15:26 +01:00
|
|
|
<userinput>cd ../rc2.d &&</userinput>
|
2001-05-24 18:33:48 +01:00
|
|
|
<userinput>ln -s ../init.d/ethnet K800ethnet &&
|
|
|
|
</userinput>
|
2001-02-15 15:26:52 +00:00
|
|
|
<userinput>cd ../rc3.d &&</userinput>
|
2001-05-10 05:15:26 +01:00
|
|
|
<userinput>ln -s ../init.d/ethnet S200ethnet &&
|
|
|
|
</userinput>
|
2001-02-15 15:26:52 +00:00
|
|
|
<userinput>cd ../rc4.d &&</userinput>
|
2001-05-10 05:15:26 +01:00
|
|
|
<userinput>ln -s ../init.d/ethnet S200ethnet &&
|
|
|
|
</userinput>
|
2001-02-15 15:26:52 +00:00
|
|
|
<userinput>cd ../rc5.d &&</userinput>
|
2001-05-10 05:15:26 +01:00
|
|
|
<userinput>ln -s ../init.d/ethnet S200ethnet &&
|
|
|
|
</userinput>
|
|
|
|
<userinput>cd ../rc6.d &&</userinput>
|
2001-05-24 18:33:48 +01:00
|
|
|
<userinput>ln -s ../init.d/ethnet K800ethnet</userinput>
|
2001-02-15 15:26:52 +00:00
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|