How can I do by command line in terminal that an administrator should become standard (normal)?
Asked
Active
Viewed 1,003 times
1 Answers
1
You should change the group of that user with following command:
deluser --group [options] group
Man page says:
Remove a user from a specific group
If called with two non-option arguments, deluser will remove a user from a specific group.

Mahdi
- 1,467