Files
Wiki/WSL.md
2020-06-27 01:34:20 +02:00

16 lines
287 B
Markdown

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