I have a script (server_up.sh)that automatically makes server up whenever server gets rebooted and is placed on linux server in home directory. I have made another script "up_server.sh" in init.d that call for"server_up.sh" script while rebooting.
Could anyone please explain how script in init.d calls script on home directory of server while rebooting as system is not up properly so how it is actually acessing script that is present on home directory of server.