Operating systems do system calls to perform certain operations requested from the applications to the hardware
Linux and Windows share similar functionality although called differently
Types of services:
Operating systems can do the above through system calls
Generally, Windows and Linux provide the same functionality although named differently

kill (can be used to send a variety of signals)setgidmountsysctl<aside> 📌 SUMMARY: Operating systems can perform some common services across different platforms (Windows / Linux etc)
</aside>