diff options
Diffstat (limited to 'chapter07/ethnet-symperm.xml')
-rw-r--r-- | chapter07/ethnet-symperm.xml | 35 |
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 &&</userinput> - <userinput>chmod 754 ethnet &&</userinput> - <userinput>cd ../rc0.d &&</userinput> - <userinput>ln -s ../init.d/ethnet K800ethnet && - </userinput> - <userinput>cd ../rc1.d &&</userinput> - <userinput>ln -s ../init.d/ethnet K800ethnet && - </userinput> - <userinput>cd ../rc2.d &&</userinput> - <userinput>ln -s ../init.d/ethnet K800ethnet && - </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> - <userinput>cd ../rc6.d &&</userinput> - <userinput>ln -s ../init.d/ethnet K800ethnet</userinput> -</literallayout></blockquote> - -</sect2> - |