mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Update 3-netbox.md
replaced adduser by useradd
This commit is contained in:
parent
bac3ace8fc
commit
4a4285f300
@ -79,7 +79,7 @@ Create a system user account named `netbox`. We'll configure the WSGI and HTTP s
|
|||||||
|
|
||||||
```
|
```
|
||||||
# groupadd --system netbox
|
# groupadd --system netbox
|
||||||
# adduser --system --gid netbox netbox
|
# useradd --system --gid netbox netbox
|
||||||
# chown --recursive netbox /opt/netbox/netbox/media/
|
# chown --recursive netbox /opt/netbox/netbox/media/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user