I emerged the UT2k4 demo, but it said I have to be int he group "games"
How do I do that?
man usermodedudlive wrote:I emerged the UT2k4 demo, but it said I have to be int he group "games"
How do I do that?
This is true, but on the other hand, if you misuse usermod, it'll give you an error message, but if you misuse /etc/group, it'll really mess up your system.ckenda1 wrote:you could just edit the /etc/group file with root... and add your username next to the group name 'games'
Code: Select all
usermod -G games <username>