groupadd does not work

Booting, installing, newbie
Post Reply
Message
Author
87dv
Posts: 2
Joined: Sun 18 Jun 2017, 13:37

groupadd does not work

#1 Post by 87dv »

Hello,
I fully install Puppy Tahrpup 6.0.5 on my old PC, but I need motion package install, which needed motion group
I can't add this group using command

Code: Select all

groupadd root motion

jafadmin
Posts: 1249
Joined: Thu 19 Mar 2009, 15:10

#2 Post by jafadmin »

Since by default, puppy runs as root, groups aren't usually a thing. Try this.
Make a safe backup copy of your /etc/groups file, then try adding the line:

Code: Select all

motion:x:130:root

Make sure the "130" number isn't already being used. (it's the group id) If it is, use an unused number instead.

Then reboot to test.

I hope this helps ..

87dv
Posts: 2
Joined: Sun 18 Jun 2017, 13:37

#3 Post by 87dv »

Thanks, I'll try

Post Reply