I have a user xyzong and I want it to grant root permission. How will I add her in a group 'Root' in Slackware 14.2? Slackware documentation is so rare, so please help. Thanks.
Asked
Active
Viewed 635 times
-2
-
1This question seems more fit for ServerFault than for Stack Overflow. – dagilpe Jan 31 '19 at 12:08
1 Answers
1
To add user xyzong to group root ran as root:
# usermod -aG root xyzong
See "man usermod" for additional info.
But don't know why.

bormant
- 86
- 4