I'm a Windows admin, trying to create a user account on Solaris 5.10. The user needs to be able to install some software and update some other software.
I think I can create the user account with the following command:
I think I want to allow the user to use "su", but I don't know how to do that. What is the best way to grant the user his required rights?
Thanks.
I think I can create the user account with the following command:
Code:
useradd -d /export/home/tempRoot -m -c "tempRoot" tempRoot
I think I want to allow the user to use "su", but I don't know how to do that. What is the best way to grant the user his required rights?
Thanks.