<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using usermod from doing ssh from master server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216571#M466045</link>
    <description>&lt;!--!*#--&gt;&amp;gt; Any idea.&lt;BR /&gt;&lt;BR /&gt;Some of each?  The shell on the local system&lt;BR /&gt;will eat one set of quotation marks, but you&lt;BR /&gt;really need them on the remote system.&lt;BR /&gt;Perhaps something more like this?:&lt;BR /&gt;&lt;BR /&gt;ssh roxyio "usermod -c 'Rodnry S. Bryant,134234,,' pdstest"</description>
    <pubDate>Wed, 30 Dec 2009 22:14:26 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-12-30T22:14:26Z</dc:date>
    <item>
      <title>Using usermod from doing ssh from master server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216565#M466039</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to change GECOS field in several  servers and several users account.&lt;BR /&gt;&lt;BR /&gt;This is what I a doing.&lt;BR /&gt;&lt;BR /&gt;ssh roxyio usermod -c Rodnry S. Bryant,134234,, pdstest&lt;BR /&gt;&lt;BR /&gt;and I get this error.&lt;BR /&gt;&lt;BR /&gt;User name must be specified&lt;BR /&gt;Usage: usermod [-u &lt;UID&gt; [-o]] [-g &lt;GROUP&gt; [-G &lt;GROUP&gt;[,&lt;GROUP...&gt; [-d &lt;DIR&gt; [-m]] [-s &lt;SHELL&gt;] [-c ] [-f &amp;amp;lt;inactive&amp;amp;gt;] [-e &amp;amp;lt;expire&amp;amp;gt;] [-l &amp;amp;lt;new logname&amp;amp;gt;] &amp;amp;lt;login&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;If I user following then no error.&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;ssh roxyio usermod -c Rodnry-S.- Bryant,134234,, pdstest.&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;The only difference is "-" in the name.&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;any Idea on how to fix this.&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;Appreciate your help in advance.&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;Regards,&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;MP&amp;amp;lt;BR /&amp;amp;gt;&lt;/SHELL&gt;&lt;/DIR&gt;&lt;/GROUP...&gt;&lt;/GROUP&gt;&lt;/GROUP&gt;&lt;/UID&gt;</description>
      <pubDate>Wed, 30 Dec 2009 05:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216565#M466039</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2009-12-30T05:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using usermod from doing ssh from master server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216566#M466040</link>
      <description>&lt;!--!*#--&gt;&amp;gt; The only difference is "-" in the name.&lt;BR /&gt;&lt;BR /&gt;The significant difference is eliminating the&lt;BR /&gt;spaces in the argument.  Try quotation?&lt;BR /&gt;&lt;BR /&gt;      -c 'comment with spaces'</description>
      <pubDate>Wed, 30 Dec 2009 06:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216566#M466040</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-30T06:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using usermod from doing ssh from master server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216567#M466041</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ssh roxyio "usermod -c Rodnry S. Bryant,134234,, pdstest"&lt;BR /&gt;&lt;BR /&gt;Rgs,&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Dec 2009 07:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216567#M466041</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2009-12-30T07:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using usermod from doing ssh from master server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216568#M466042</link>
      <description>I think Steven meant&lt;BR /&gt;&lt;BR /&gt;# ssh roxyio usermod -c 'Rodnry S. Bryant,134234,,' pdstest&lt;BR /&gt;&lt;BR /&gt;Quote the comment section.</description>
      <pubDate>Wed, 30 Dec 2009 13:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216568#M466042</guid>
      <dc:creator>Robert Salter</dc:creator>
      <dc:date>2009-12-30T13:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using usermod from doing ssh from master server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216569#M466043</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I tried the suggestion and still getting the same error.&lt;BR /&gt;&lt;BR /&gt;Any idea.&lt;BR /&gt;&lt;BR /&gt;ssh roxyio usermod -c 'Rodnry-S.- Bryant,134234,,' pdstest&lt;BR /&gt;&lt;BR /&gt;ssh roxyio "usermod -c Rodnry-S.- Bryant,134234,, pdstest"&lt;BR /&gt;&lt;BR /&gt;User name must be specified&lt;BR /&gt;Usage: usermod [-u &lt;UID&gt; [-o]] [-g &lt;GROUP&gt; [-G &lt;GROUP&gt;[,&lt;GROUP...&gt; [-d &lt;DIR&gt; [-m]] [-s &lt;SHELL&gt;] [-c ] [-f &amp;amp;lt;inactive&amp;amp;gt;] [-e &amp;amp;lt;expire&amp;amp;gt;] [-l &amp;amp;lt;new logname&amp;amp;gt;] &amp;amp;lt;login&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;Appreciate your and Happy New Year.&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;Regards,&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;MP&lt;/SHELL&gt;&lt;/DIR&gt;&lt;/GROUP...&gt;&lt;/GROUP&gt;&lt;/GROUP&gt;&lt;/UID&gt;</description>
      <pubDate>Wed, 30 Dec 2009 20:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216569#M466043</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2009-12-30T20:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using usermod from doing ssh from master server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216570#M466044</link>
      <description>In my last reply, I mean to say Appreciate your help and Happy New Year.&lt;BR /&gt;&lt;BR /&gt;Sorry about that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;MP</description>
      <pubDate>Wed, 30 Dec 2009 21:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216570#M466044</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2009-12-30T21:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using usermod from doing ssh from master server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216571#M466045</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Any idea.&lt;BR /&gt;&lt;BR /&gt;Some of each?  The shell on the local system&lt;BR /&gt;will eat one set of quotation marks, but you&lt;BR /&gt;really need them on the remote system.&lt;BR /&gt;Perhaps something more like this?:&lt;BR /&gt;&lt;BR /&gt;ssh roxyio "usermod -c 'Rodnry S. Bryant,134234,,' pdstest"</description>
      <pubDate>Wed, 30 Dec 2009 22:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216571#M466045</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-30T22:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using usermod from doing ssh from master server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216572#M466046</link>
      <description>Hello Steven,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply, the tip you gave me it worked but the user was in use so I still land up doing manually on few servers.&lt;BR /&gt;&lt;BR /&gt;But it did help me out.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;MP</description>
      <pubDate>Mon, 04 Jan 2010 19:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216572#M466046</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2010-01-04T19:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using usermod from doing ssh from master server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216573#M466047</link>
      <description>Thanks to all of you.</description>
      <pubDate>Mon, 04 Jan 2010 20:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-usermod-from-doing-ssh-from-master-server/m-p/5216573#M466047</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2010-01-04T20:27:42Z</dc:date>
    </item>
  </channel>
</rss>

