mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
user guide
This commit is contained in:
parent
9a34244143
commit
71655fc228
17
docs/user.md
Normal file
17
docs/user.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# User Guide
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
|
||||||
|
#### user can not sudo?
|
||||||
|
|
||||||
|
```
|
||||||
|
# add user to sudo/admin group
|
||||||
|
usermod -aG wheel username
|
||||||
|
|
||||||
|
# sudo not need to input password
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Can not login when I reinstall my Instance?
|
||||||
|
|
||||||
|
Need to clear all cookie at you browser
|
Loading…
Reference in New Issue
Block a user