how we can create user in solaris?
Answers were Sorted based on User's Feedback
Answer / harish
we can use the command "useradd <username> to create new user.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / manojkb
useradd -d /<home dir>/<username> -m <username>
ex: useradd -d /export/home/manoj -m manoj
other full commannd
useradd -u <uid> -g <gid> -d/<homedir> -m -s /bin/<<shell>>
<user name>
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / reddy
/usr/sbin/useradd -u uid -g gid -d /export/home/user -
s /sbin/sh -m user
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / veeresh sajjan
useradd -u [idno] -g [group id] -c [comment] -d
/export/home/user -m -s /sbin/sh user
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / s ramesh reddy
#useradd -u <uid> -g <gid> -d /expot/home/<username> -s /bin/sh -m <username>
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ghanshyam baboo
useradd -md /export/home/<username> -u <uid> -g <gid> -s
<SHELL PATH> <username>
E.g.-
useradd -md /export/home/user1 -u 110 -g 115 -s /bin/bash user1
| Is This Answer Correct ? | 0 Yes | 0 No |
I would like to create users and the users account should be locked after 3 login attempts. How to create ? And where these locked information has been stored. Environment : NIS and if LDAP also
Tell me the port for Telnet, ftp,nis,ssh,nfs
When you "ping server" and "ping server.domainname", you get different results. Why?
How to bring the process to offline or online
Is it possible to create swap in new harddisk without format
Have you done the patching, the patching is done by you only or some one will assign to you?
What command can be used in running a background process?
what is a solaris toolkit
what is cluster.
I have a "telnet" error then what you will do?
Difference between LDOM and Domain?
What is WWN on storage