okay so further to this then I now have a
start file that contains this in my root
Code:
PATH="/home/bin:/home/lib:/home/include:/home/share:/bin:/usr/bin:/sbin:/usr/sbin"; export PATH
LD_LIBRARY_PATH="/home/usr/lib:/home/lib:/lib:/usr/lib"; export LD_LIBRARY_PATH
alias stop="cd /root; umount /home; exit"
which provides for the tidy command
stop to prevent the horrible exit errors.
Since
MS are no longer using start and stop I will have them
Thanks for the tips.
. start
at login is the kind of work I can handle repetitively until I figure out a better way to invoke something at boot.
If we implement
initctl - init daemon control tool
I'll think again