LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   user login (https://www.linuxquestions.org/questions/linux-software-2/user-login-4175537911/)

shirin123 03-26-2015 10:09 AM

user login
 
Hi guys,
I am installing a software as a name of rasdaman. in the first step I should do this:
1) Log in to the target system as user rasdaman.

I cannot understand what does it means. would you please help. if it needs to create rasdaman user how can I do that?

Best Regards,
Shirin

TB0ne 03-26-2015 10:36 AM

Quote:

Originally Posted by shirin123 (Post 5337918)
Hi guys,
I am installing a software as a name of rasdaman. in the first step I should do this:
1) Log in to the target system as user rasdaman.

I cannot understand what does it means. would you please help. if it needs to create rasdaman user how can I do that?

It means you need to log in with the user name of rasdaman...just what it says. If you honestly can't log into the system and don't understand that first step, are you sure you need to be the one doing system maintenance and installing software?? I don't mean this to be nasty, but if you have co-workers, this may be a job for them, or at least ask them for guidance. If this is part of your school work, then you need to ask your teacher for guidance.

shirin123 03-26-2015 11:10 AM

Thanks a lot for your reply.
Actually, I have created a user account by "user add" command and then defined password by "passwd" command. My problem here is how to have an access to it and have it like the other user account such as root. I want to have it as the title of my terminal exactly when we are in the root.

Best regards,
Shirin

TB0ne 03-26-2015 12:12 PM

Quote:

Originally Posted by shirin123 (Post 5337945)
Thanks a lot for your reply.
Actually, I have created a user account by "user add" command and then defined password by "passwd" command. My problem here is how to have an access to it and have it like the other user account such as root. I want to have it as the title of my terminal exactly when we are in the root.

No idea what you're saying here. If you have created the account, then use it...what's the problem? You said you created it and set a password...so, use that ID as the user name, and put in whatever password you gave it.

What do you mean "have it as the title of my terminal"???? What terminal? Running where? What terminal emulator? What kind of client???

shirin123 03-26-2015 02:15 PM

I mean that how can I go to my new user account?? For example when we are in the root , we have (root@localhost ) .
I want to have it for my new user account, how can I do that??

TB0ne 03-26-2015 02:24 PM

Quote:

Originally Posted by shirin123 (Post 5338025)
I mean that how can I go to my new user account?? For example when we are in the root , we have (root@localhost ) .
I want to have it for my new user account, how can I do that??

Read the man page on the "su" command. Try "su - <username>" as root. Also, logging in as root is a VERY BAD IDEA, and shouldn't be done. root access is for special use only, not for just logging in.

shirin123 03-27-2015 04:15 AM

Thanks a lot TBOne for yor nice responses.


All times are GMT -5. The time now is 02:33 PM.