How to add users in root group.

How to add users in root group. do i need not to add users regularly.

You should not add users to the root group, period.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What are you trying to do specifically? Adding users to the ‘root’ group
is almost never needed and should not be done casually. If you need to
add a user you can do so via Yast or with the following command:

useradd -m <username>

The ‘-m’ creates a home directory for the user automatically (by default
/home/<username>).

Good luck.

w8swasi wrote:
> How to add users in root group. do i need not to add users regularly.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIcBAEBAgAGBQJJ/PlfAAoJEF+XTK08PnB5XvMP/3Xnk5IeFYjYszN16cEGoBXA
4BUCABwFXq5xthB/caYA3Lf8f+/w7pO6EvW87EmA1X6PJoAXFdTjfyQJZEkv5JmD
48SeVhlKiKXLD6FoLPXMHcIDNGpt79QmU8qfhYJecC5F6Ww1HPWNY73XgVWv6eFq
N4iYP2dXz28F3gBPZOZBLFbfhl/vJ3QQKigh0v+lKm58Dvl080uqcHic3mnuUZZz
U5wkXQkv1Ik1kpILYr/rE7oEkLngN6FVF2WGLevyyolZt2GGcNgSrf0UIIe3Ff7h
CS5ZQDWN3QNsYC7WHVSP87z5RzgS9CZ2IarIdO/l1UBinqmXukZx/RM3HNxyTPLm
cCAUbImQzZxihOnKnHNNNEQ3MEm+jQ0CYhHAVKKJgYK0S3joHPv7C4Htp7eMfxym
894aPTz5UFhiuvYCee7aOtmbUgofapZnY9wVSYxmE4u3Ez6Row7DsUWtgj8yd+w5
ohTDMSbaMKKQqH0uq7xeSklGh9rc9Xki/pS0yj+DYjiJZgABYKvzbNK2gytMS+8G
LForaKed3N2esu0cyxGEmc2B9iRXfk8VflE0G6XOImqxAZUry3P68nRKfdRau5uH
MCemNuvuwAQMM3FQD8O8PCU+48Gd1dur30G/6QV7M83kkmKUpLerA2wgkKLfJg/o
k6rSN6c0p23aoYAqbMBw
=ghmv
-----END PGP SIGNATURE-----

Actually. i made a new LVM portion and then mounted it. but when i try to put some shares on it it didn’t worked. so then i change permissions to chmod 777. then it worked and allowed users to share file.
i posted a question beofre with title “mounted portion is not accessible” then a person by username PV explained it to me the reason why.
thats why i am trying to put users in root group.

anyway thanks alot guys i realy got a lot of help from this forum. i really appreciate and specially PV and swerdna.

On Sat May 2 2009 10:36 pm, w8swasi wrote:

>
> Actually. i made a new LVM portion and then mounted it. but when i try
> to put some shares on it it didn’t worked. so then i change permissions
> to chmod 777. then it worked and allowed users to share file.
> i posted a question beofre with title “mounted portion is not
> accessible
” then a person by username PV explained it to me the
> reason why.
> thats why i am trying to put users in root group.
>
> anyway thanks alot guys i realy got a lot of help from this forum. i
> really appreciate and specially PV and swerdna.
>
>
w8swasi;

Just change the owning user/group on the share.

P. V.
“We’re all in this together, I’m pulling for you.” Red Green

On Sat May 2 2009 10:50 pm, PV wrote:

> On Sat May 2 2009 10:36 pm, w8swasi wrote:
>
>>
>> Actually. i made a new LVM portion and then mounted it. but when i try
>> to put some shares on it it didn’t worked. so then i change permissions
>> to chmod 777. then it worked and allowed users to share file.
>> i posted a question beofre with title “mounted portion is not
>> accessible
” then a person by username PV explained it to me the
>> reason why.
>> thats why i am trying to put users in root group.
>>
>> anyway thanks alot guys i realy got a lot of help from this forum. i
>> really appreciate and specially PV and swerdna.
>>
>>
> w8swasi;
>
> Just change the owning user/group on the share.
A bit more detail, here is an example:


chown w8swasi:users /fileshare/maths

See “man chown” for details. With KDE you can use “File Manager Super User
Mode” to do this with the GUI.

P. V.
“We’re all in this together, I’m pulling for you.” Red Green