Files
Wiki/WSL.md
2020-06-27 01:32:54 +02:00

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
```