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>
|
|
|
|
<userinput>cd ../rc3.d &&</userinput>
|
|
|
|
<userinput>ln -s ../init.d/ethnet S200ethnet &&</userinput>
|
|
|
|
<userinput>cd ../rc4.d &&</userinput>
|
|
|
|
<userinput>ln -s ../init.d/ethnet S200ethnet &&</userinput>
|
|
|
|
<userinput>cd ../rc5.d &&</userinput>
|
|
|
|
<userinput>ln -s ../init.d/ethnet S200ethnet</userinput>
|
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|