new ssh user (help)

07/22/2014 00:12 salehnussirat#1
hello epvp
i need your help with my metin2 server
how can i add another user the the root user with all functions
i have added a user using the sysinstall but i cant write or edit files :( only read
07/22/2014 04:53 Mashkin#2
Root user privileges are identified with uid 0.
You can modify another user's uid with pw usermod <user> -u 0 (you should consult man pw and verify this first).
However, those users will partially messed up and this setup is fragile.
BTW there is already a default "root clone" called toor (with uid 0).
There is a documentation page about toor: [Only registered and activated users can see links. Click Here To Register...]

My advice is to rather use the su or sudo utility, add your unprivileged user to the wheel group, and gain root or toor privileges whenever you need it.
It is a general recommendation (no reference now) to only escalate to root privileges when absolutely necessary. A lot of bad things can happen - accidentally or on purpose - and with the root user, there is no barrier or second chance.
Just think about what happens if you do rm -rf / or if you delete/change any other critical data. This can not happen if you use an unprivileged account.
07/22/2014 05:00 salehnussirat#3
what if i wanted 2 accounts
1- the root account
2- another account ( with all functions )

can i do this?
and how please
(i am a beginner)

any one please