„WSL.md“ ändern
This commit is contained in:
10
WSL.md
10
WSL.md
@@ -1,5 +1,13 @@
|
|||||||
# Windows Subsystem for Linux (Ubuntu)
|
# 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
|
sudo service ssh --full-restart
|
||||||
|
|||||||
Reference in New Issue
Block a user