„WSL.md“ ändern

This commit is contained in:
Michael Schlapa
2020-06-27 01:32:54 +02:00
parent f1a33e2485
commit 14ee818577

10
WSL.md
View File

@@ -1,5 +1,13 @@
# Windows Subsystem for Linux (Ubuntu)
## Restart a service
## Services
### Start/Stop/Get status a service
```
sudo service ssh <start|stop|status>
```
### Restart a service
```
sudo service ssh --full-restart