style: Try to pass the test
parent
31ad6c875c
commit
490ab188ef
30
README.md
30
README.md
|
@ -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/
|
||||
```
|
||||
|
||||
## 參數
|
||||
|
|
Loading…
Reference in New Issue