16 lines
287 B
Markdown
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/) |