From b08f4096533577934b885fa9df41d3881d141612 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 15 Feb 2001 15:26:52 +0000 Subject: Initial XML commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/symperm.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 chapter07/symperm.xml (limited to 'chapter07/symperm.xml') diff --git a/chapter07/symperm.xml b/chapter07/symperm.xml new file mode 100644 index 000000000..044f29d7a --- /dev/null +++ b/chapter07/symperm.xml @@ -0,0 +1,49 @@ + +Setting up symlinks and permissions + + +Give these files the proper permissions and create the necessary symlinks +by running the following commands. If you did not create the loadkeys +and setclock scripts, make sure you don't type them in the commands +below. + + +
+ + cd /etc/init.d && + chmod 754 rc rcS functions checkfs halt loadkeys mountfs + reboot && + chmod 754 sendsignals setclock sysklogd template + && + cd ../rc0.d && + ln -s ../init.d/sysklogd K900sysklogd && + ln -s ../init.d/sendsignals S800sendsignals && + + ln -s ../init.d/mountfs S900mountfs && + ln -s ../init.d/halt S999halt && + cd ../rc6.d && + ln -s ../init.d/sysklogd K900sysklogd && + ln -s ../init.d/sendsignals S800sendsignals && + + ln -s ../init.d/mountfs S900mountfs && + ln -s ../init.d/reboot S999reboot && + cd ../rcS.d && + ln -s ../init.d/checkfs S200checkfs && + ln -s ../init.d/mountfs S300mountfs && + ln -s ../init.d/setclock S400setclock && + ln -s ../init.d/loadkeys S500loadkeys && + cd ../rc1.d && + ln -s ../init.d/sysklogd K900sysklogd && + cd ../rc2.d && + ln -s ../init.d/sysklogd S100sysklogd && + cd ../rc3.d && + ln -s ../init.d/sysklogd S100sysklogd && + cd ../rc4.d && + ln -s ../init.d/sysklogd S100sysklogd && + cd ../rc5.d && + ln -s ../init.d/sysklogd S100sysklogd + +
+ +
+ -- cgit v1.2.3-54-g00ecf