I wanted to have a new service called Firewall to run in run…
Questions
I wаnted tо hаve а new service called Firewall tо run in runlevel 5, as the third service running and shutdоwn accordingly. Given the following directories. Name and place the symbolic links and specify where the actual script file called firewall is to be placed. Indicate all of the steps required. At /etc/rc.d drwxr-xr-x 2 root root 4096 Oct 20 10:20 init.d -rwxr-xr-x 1 root root 2345 May 22 2021 rc drwxr-xr-x 2 root root 4096 May 20 2021 rc0.d drwxr-xr-x 2 root root 4096 May 20 2021 rc1.d drwxr-xr-x 2 root root 4096 May 20 2021 rc2.d drwxr-xr-x 2 root root 4096 May 20 2021 rc3.d drwxr-xr-x 2 root root 4096 May 20 2021 rc4.d drwxr-xr-x 2 root root 4096 May 20 2021 rc5.d drwxr-xr-x 2 root root 4096 May 20 2021 rc6.d -rwxr-xr-x 1 root root 943 Dec 31 16.34 rc.local -rwxr-xr-x 1 root root 943 Jun 12 2021 rc.sysinit At /etc/rc.d/rc5.d lrwxrwxrwx 1 root root 17 Nov 2021 S10network ->../init.d/network lrwxrwxrwx 1 root root 17 Nov 2021 S20syslog -> ../init.d/syslog lrwxrwxrwx 1 root root 17 Nov 2021 S25mcode -> ../init.d/mcode lrwxrwxrwx 1 root root 17 Nov 2021 S78xinetd -> ../init.d/xinetd lrwxrwxrwx 1 root root 17 Nov 2021 K10xinetd -> ../init.d/xinetd lrwxrwxrwx 1 root root 17 Nov 2021 K15mcode -> ../init.d/mcode lrwxrwxrwx 1 root root 17 Nov 2021 K25syslog -> ../init.d/syslog lrwxrwxrwx 1 root root 17 Nov 2021 K50network -> ../init.d/network