We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08f9dea + 15460a4 commit 09ed0c9Copy full SHA for 09ed0c9
README.md
@@ -97,7 +97,14 @@ Usage :
97
```
98
99
#### Change Default User(id command required)
100
+
101
+The following is an example of adding a user to the "users" and "wheel" groups and setting it as the default user
102
103
+_Note: Replace `user` with your chosen user name._
104
105
```cmd
106
+>Amazon2.exe run useradd -m -g users -G wheel -s /bin/bash user
107
108
>Amazon2.exe config --default-user user
109
110
>Amazon2.exe
0 commit comments