Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
useradd in solaris
Name: jagadhees Date: June 10, 2007 at 22:26:00 Pacific OS: solaris 8 CPU/Ram: 1 gb Product: sunblade 1000
Comment:
Hi every one,
I have created a new user account. But I could not login the user. Again and again login screen only come when I try to login my new user account .I can login as root only.
I read it wrong and answer it wrong too. So get off my case you goober.
0
Response Number 4
Name: Rashid Mustafa Date: June 15, 2007 at 00:23:19 Pacific
Reply:
as i think you have not created the home directory for that perticular user,comman shoul must like this and procedure. 1>#useradd -o -u105 -g0 -d/export/home/newuser -s/bin/bash newuser 2>#mkdir /export/home/newuser 3>#passwd newuser
Summary: Is there any option in syslog to log the useradd and userdel in the log messages? This works in Linux. Say if I add an user or delete an user I will get an entry in the log messages of Linux. In cas...
Summary: I downloaded Solaris 10 for free to try to learn about Solaris. I know Linux fairly well and know some basic BSD stuff, but I'm a Solaris newbie. I can't seem to get my NIC working. I have a laptop wi...
Summary: Hi can anybody help me to diable/eneble the user logins in Solaris without user interraction. I want to disable the user logins in some particular time. I am having one script ...