# Windows Subsystem for Linux (Ubuntu) ## Services ### Start/Stop/Get status a service ``` sudo service ssh ``` ### Restart a service ``` sudo service ssh --full-restart ``` [Link](https://www.illuminiastudios.com/dev-diaries/ssh-on-windows-subsystem-for-linux/)