<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux Set or Change User Password</title> <atom:link href="http://www.cyberciti.biz/faq/linux-set-change-password-how-to/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: ivonne saucedo</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-67653</link> <dc:creator>ivonne saucedo</dc:creator> <pubDate>Sun, 29 Jan 2012 16:38:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-67653</guid> <description>i want to change my user password on my laptop the one i use to log in</description> <content:encoded><![CDATA[<p>i want to change my user password on my laptop the one i use to log in</p> ]]></content:encoded> </item> <item><title>By: Ramesh Adapwar</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-65958</link> <dc:creator>Ramesh Adapwar</dc:creator> <pubDate>Fri, 23 Dec 2011 10:11:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-65958</guid> <description>How a user is able to change his own password /etc/shadow file when he doesn’t have even read permission on it?</description> <content:encoded><![CDATA[<p>How a user is able to change his own password /etc/shadow file when he doesn’t have even read permission on it?</p> ]]></content:encoded> </item> <item><title>By: sravn</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-61294</link> <dc:creator>sravn</dc:creator> <pubDate>Thu, 04 Aug 2011 06:30:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-61294</guid> <description>hi
i forgot the forgot to enter into my linux os.... can u help me how to reset it....</description> <content:encoded><![CDATA[<p>hi<br
/> i forgot the forgot to enter into my linux os&#8230;. can u help me how to reset it&#8230;.</p> ]]></content:encoded> </item> <item><title>By: satti</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-60568</link> <dc:creator>satti</dc:creator> <pubDate>Fri, 08 Jul 2011 13:48:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-60568</guid> <description>hi!
I am satish. I am student of computer science &amp; I have linux on my machine.
i forgotten the username &amp; password of it.
can u help me for this for changing the username &amp; password.
plz help me.</description> <content:encoded><![CDATA[<p>hi!<br
/> I am satish. I am student of computer science &amp; I have linux on my machine.<br
/> i forgotten the username &amp; password of it.<br
/> can u help me for this for changing the username &amp; password.<br
/> plz help me.</p> ]]></content:encoded> </item> <item><title>By: Balaviswanathan</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-60485</link> <dc:creator>Balaviswanathan</dc:creator> <pubDate>Tue, 05 Jul 2011 11:49:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-60485</guid> <description>Hi,
Thanks for the information. Could you please help me how to create virtual screens like tty/8 ty/9 etc.
Thanks in advance</description> <content:encoded><![CDATA[<p>Hi,</p><p>Thanks for the information. Could you please help me how to create virtual screens like tty/8 ty/9 etc.</p><p>Thanks in advance</p> ]]></content:encoded> </item> <item><title>By: DR. HYDE</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-60377</link> <dc:creator>DR. HYDE</dc:creator> <pubDate>Fri, 01 Jul 2011 08:37:08 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-60377</guid> <description>Hi Karthi, It&#039;s not important what flavor to use...
The good flavor comes from the questioner, I need to add your flavor...
Can you please contact me for the purpose of  cooking you in order to extract your flavor?</description> <content:encoded><![CDATA[<p>Hi Karthi, It&#8217;s not important what flavor to use&#8230;<br
/> The good flavor comes from the questioner, I need to add your flavor&#8230;<br
/> Can you please contact me for the purpose of  cooking you in order to extract your flavor?</p> ]]></content:encoded> </item> <item><title>By: NinjaSysadmin</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-60172</link> <dc:creator>NinjaSysadmin</dc:creator> <pubDate>Wed, 22 Jun 2011 14:06:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-60172</guid> <description>#!/bin/sh
for i in $(seq 1 70)
do
useradd -d/home/te$i -m te$i
echo $i:xyz &#124; chpasswd
chage -d 0 $i
done
Notice the echo line? You should also set the line after, which tells users to change their password when they login.  You can remove this if you wish.</description> <content:encoded><![CDATA[<p>#!/bin/sh<br
/> for i in $(seq 1 70)<br
/> do<br
/> useradd -d/home/te$i -m te$i<br
/> echo $i:xyz | chpasswd<br
/> chage -d 0 $i<br
/> done</p><p>Notice the echo line? You should also set the line after, which tells users to change their password when they login.  You can remove this if you wish.</p> ]]></content:encoded> </item> <item><title>By: madhusudhana T</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-59954</link> <dc:creator>madhusudhana T</dc:creator> <pubDate>Mon, 13 Jun 2011 09:01:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-59954</guid> <description>set the password by using passwd command how to do in shell scripting</description> <content:encoded><![CDATA[<p>set the password by using passwd command how to do in shell scripting</p> ]]></content:encoded> </item> <item><title>By: mansoorali</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-55966</link> <dc:creator>mansoorali</dc:creator> <pubDate>Thu, 24 Feb 2011 09:50:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-55966</guid> <description>hi
useradd u1
passwd u1</description> <content:encoded><![CDATA[<p>hi<br
/> useradd u1<br
/> passwd u1</p> ]]></content:encoded> </item> <item><title>By: karthi</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-55262</link> <dc:creator>karthi</dc:creator> <pubDate>Mon, 31 Jan 2011 07:55:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-55262</guid> <description>hello nandini which flavour r u using.....</description> <content:encoded><![CDATA[<p>hello nandini which flavour r u using&#8230;..</p> ]]></content:encoded> </item> <item><title>By: niono</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-51199</link> <dc:creator>niono</dc:creator> <pubDate>Tue, 30 Nov 2010 03:31:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-51199</guid> <description>I have done the Alt + CTRL + F1, because I&#039;m new user to LINUX how can I know User and the login password?
I just want to know password for whenever i click on the network, i have to enter a password to continue the next command. n I don&#039;t understand why it kept prompt the command to enter the pass. thanks</description> <content:encoded><![CDATA[<p>I have done the Alt + CTRL + F1, because I&#8217;m new user to LINUX how can I know User and the login password?<br
/> I just want to know password for whenever i click on the network, i have to enter a password to continue the next command. n I don&#8217;t understand why it kept prompt the command to enter the pass. thanks</p> ]]></content:encoded> </item> <item><title>By: dr nandinee</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-50473</link> <dc:creator>dr nandinee</dc:creator> <pubDate>Sun, 31 Oct 2010 19:59:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-50473</guid> <description>I m dr nandinee in maharastra forgoten my password plz help me</description> <content:encoded><![CDATA[<p>I m dr nandinee in maharastra forgoten my password plz help me</p> ]]></content:encoded> </item> <item><title>By: ajit</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-50049</link> <dc:creator>ajit</dc:creator> <pubDate>Tue, 12 Oct 2010 08:05:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-50049</guid> <description>fist open the window than Alt+Ctrl+f1 after that login passwd and type use name and password</description> <content:encoded><![CDATA[<p>fist open the window than Alt+Ctrl+f1 after that login passwd and type use name and password</p> ]]></content:encoded> </item> <item><title>By: steve</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-49121</link> <dc:creator>steve</dc:creator> <pubDate>Tue, 31 Aug 2010 11:12:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-49121</guid> <description>hello,
i have created 70 users in Ubuntu using following shell script,
#!/bin/sh
for i in $(seq 1 70)
do
useradd -d/home/te$i -m te$i
done
Now i want to set default password say &quot;xyz&quot; to all 70 users (te1 to te70).
How can I do so?
thnx in advance</description> <content:encoded><![CDATA[<p>hello,<br
/> i have created 70 users in Ubuntu using following shell script,</p><p>#!/bin/sh<br
/> for i in $(seq 1 70)<br
/> do<br
/> useradd -d/home/te$i -m te$i<br
/> done</p><p>Now i want to set default password say &#8220;xyz&#8221; to all 70 users (te1 to te70).<br
/> How can I do so?<br
/> thnx in advance</p> ]]></content:encoded> </item> <item><title>By: aisha</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48737</link> <dc:creator>aisha</dc:creator> <pubDate>Wed, 11 Aug 2010 16:54:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48737</guid> <description>thank  you that helped</description> <content:encoded><![CDATA[<p>thank  you that helped</p> ]]></content:encoded> </item> <item><title>By: -Pablo-</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48720</link> <dc:creator>-Pablo-</dc:creator> <pubDate>Wed, 11 Aug 2010 00:30:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48720</guid> <description>It doesn&#039;t show you a caret but just type ahead. Unix terminals work like that when asking for passwords. Supposedly it&#039;s intended to prevent those looking over your shoulder from seeing how long your password is.</description> <content:encoded><![CDATA[<p>It doesn&#8217;t show you a caret but just type ahead. Unix terminals work like that when asking for passwords. Supposedly it&#8217;s intended to prevent those looking over your shoulder from seeing how long your password is.</p> ]]></content:encoded> </item> <item><title>By: aisha</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48719</link> <dc:creator>aisha</dc:creator> <pubDate>Tue, 10 Aug 2010 23:31:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48719</guid> <description>when it says type unix password it doesnt let me type what can i do</description> <content:encoded><![CDATA[<p>when it says type unix password it doesnt let me type what can i do</p> ]]></content:encoded> </item> <item><title>By: Aamir Ali</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48162</link> <dc:creator>Aamir Ali</dc:creator> <pubDate>Thu, 01 Jul 2010 15:42:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48162</guid> <description>Helpful. Thanks.</description> <content:encoded><![CDATA[<p>Helpful. Thanks.</p> ]]></content:encoded> </item> <item><title>By: -Pablo-</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48109</link> <dc:creator>-Pablo-</dc:creator> <pubDate>Mon, 28 Jun 2010 14:39:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-48109</guid> <description>Try logging in as root or using $ sudo passwd username
There you can set whichever password you want, which might not be the case when you run the passwd command as a user.</description> <content:encoded><![CDATA[<p>Try logging in as root or using $ sudo passwd username<br
/> There you can set whichever password you want, which might not be the case when you run the passwd command as a user.</p> ]]></content:encoded> </item> <item><title>By: G.Shoba</title><link>http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-47771</link> <dc:creator>G.Shoba</dc:creator> <pubDate>Sat, 12 Jun 2010 16:49:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-set-change-password-how-to/#comment-47771</guid> <description>I want to know how to know d previos password of d super user...how can it be done??
or change d password of d superuser without having to know d previous one...is dis possible??
Any help will be greately appritiated...</description> <content:encoded><![CDATA[<p>I want to know how to know d previos password of d super user&#8230;how can it be done??<br
/> or change d password of d superuser without having to know d previous one&#8230;is dis possible??<br
/> Any help will be greately appritiated&#8230;</p> ]]></content:encoded> </item> </channel> </rss>
