Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
echo lwindia | passwd username --stdin &> /dev/null
this is running
but
echo lwindia | smbpasswd -a username --stdin &> /dev/null
is not running i.e. not creating user (username)
smbpasswd -a username --makes account as well as assign password to it.
could anyone give some tips or hint or solution of this problem
i will be very thankful to you
Last edited by ravidangaych; 09-15-2009 at 03:56 AM..
echo lwindia | passwd username --stdin &> /dev/null
this is running
but
echo lwindia | smbpasswd -a username --stdin &> /dev/null
is not running i.e. not creating user (username)
smbpasswd -a username --makes account as well as assign password to it.
could anyone give some tips or hint or solution of this problem
i will be very thankful to you
check the other duplicate post...i have answered it already
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.