What I like to know is if network programs still use this file?
I can comment out http port 80 without any effects on firefox:
># http 80/tcp
># http 80/udp
Then I can delete out /etc/services without no serious effects on the system:
>sudo rm -v /etc/services
The best of what I know is to manually enable/disable network services with systemd:
>sudo systemctl enable NAME
>sudo systemctl disable NAME
The next question is how would I get the list of network services to enable/disable all in
one config/script file on linux mint?