diff options
Diffstat (limited to 'chapter07/ethnet-symperm.xml')
-rw-r--r-- | chapter07/ethnet-symperm.xml | 23 |
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 &&</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> + |