Can somebody help me with a ksh script.
A.check if named is running.
Lssrc –s named
B.stop named daemon
stopsrc –s named
C.uncomment named in /etc/rc.tcpip
D.remove named.boot file
rm /etc/named.boot
E.remove files in a directory /usr/local/tcpip/*
rm /usr/local/tcpip/*
A.check if named is running.
Lssrc –s named
B.stop named daemon
stopsrc –s named
C.uncomment named in /etc/rc.tcpip
D.remove named.boot file
rm /etc/named.boot
E.remove files in a directory /usr/local/tcpip/*
rm /usr/local/tcpip/*