mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
18 lines
303 B
Markdown
18 lines
303 B
Markdown
|
# User Guide
|
||
|
|
||
|
## FAQ
|
||
|
|
||
|
#### user can not sudo?
|
||
|
|
||
|
```
|
||
|
# add user to sudo/admin group (select one command)
|
||
|
usermod -aG wheel username
|
||
|
usermod -aG sudo username
|
||
|
|
||
|
# sudo not need to input password
|
||
|
|
||
|
```
|
||
|
|
||
|
#### Can not login when I reinstall my Instance?
|
||
|
|
||
|
Need to clear all cookie at you browser
|