14 lines
197 B
Markdown
14 lines
197 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
|
|
``` |