Hi,
I want to add a script to the directory, /etc/rc4.d, and execute this script automatically at boot.
The content inside the script is as follows
touch /tmp/hello_world
---------------------------------------------------------
echo "touch /tmp/hello_world" > /etc/rc4.d/test.sh
chmod +x /etc/rc4.d/test.sh