style: Try to pass the test

pull/14/head
Dct Mei 2020-06-14 10:24:04 +08:00
parent 31ad6c875c
commit 490ab188ef
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 15 additions and 15 deletions

View File

@ -109,28 +109,28 @@ or
# id nobody
```
1. 显示出来的结果可能是:
執行後,显示出来的结果可能是:
```
uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
```
```
uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
```
相应的,只需要执行:
相应的,只需要执行:
```
# chown -R nobody:nogroup /srv/http/
```
```
# chown -R nobody:nogroup /srv/http/
```
2. 显示出来的结果可能是:
不過,显示出来的结果也可能是:
```
uid=65534(nobody) gid=65534(nobody) groups=65534(nobody)
```
```
uid=65534(nobody) gid=65534(nobody) groups=65534(nobody)
```
相应的,只需要执行:
相应的,只需要执行:
```
# chown -R nobody:nobody /srv/http/
```
# chown -R nobody:nobody /srv/http/
```
## 參數