<?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: user uid in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722184#M948243</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You must state the userid name or number as well in the same argument.&lt;BR /&gt;&lt;BR /&gt;# id tully&lt;BR /&gt;uid=105(tully) gid=20(users) groups=1(staff)&lt;BR /&gt;&lt;BR /&gt;Have a look at the man page for 'id' for further options.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;~Michael</description>
    <pubDate>Mon, 13 May 2002 05:51:29 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-05-13T05:51:29Z</dc:date>
    <item>
      <title>user uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722181#M948240</link>
      <description>HI &lt;BR /&gt;Is there a way in which the id command could be specified to display the uid of any other users, besides only displaying the uid of the current user which had invoked the following ?:&lt;BR /&gt;$id  &lt;BR /&gt;&lt;BR /&gt;I'm running $id as root, but whenever I tried displaying the uid of other users, it would only display the uid of the current user, i.e myself.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 05:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722181#M948240</guid>
      <dc:creator>Chern Jian Leaw</dc:creator>
      <dc:date>2002-05-13T05:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: user uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722182#M948241</link>
      <description>Hi&lt;BR /&gt;Try&lt;BR /&gt;#id user&lt;BR /&gt;id followed by user name,it will display the user id of that perticular user.&lt;BR /&gt;Hope that is what you are looking for.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 05:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722182#M948241</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-05-13T05:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: user uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722183#M948242</link>
      <description>id &lt;USERNAME&gt; &lt;BR /&gt;should work.&lt;BR /&gt;&lt;BR /&gt;Else, try &lt;BR /&gt;grep &lt;USERNAME&gt; /etc/passwd&lt;BR /&gt;The third field is the user-id.&lt;/USERNAME&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 13 May 2002 05:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722183#M948242</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-05-13T05:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: user uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722184#M948243</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You must state the userid name or number as well in the same argument.&lt;BR /&gt;&lt;BR /&gt;# id tully&lt;BR /&gt;uid=105(tully) gid=20(users) groups=1(staff)&lt;BR /&gt;&lt;BR /&gt;Have a look at the man page for 'id' for further options.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;~Michael</description>
      <pubDate>Mon, 13 May 2002 05:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722184#M948243</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-13T05:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: user uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722185#M948244</link>
      <description>Hello,&lt;BR /&gt;If you are working as super-user&lt;BR /&gt;you can use the &lt;BR /&gt;#logins &lt;BR /&gt;command to find out all the usernames,their groups,uid,gid&lt;BR /&gt;Also you can use&lt;BR /&gt;cat /etc/passwd|awk -F ":" '{print $1,$3}'&lt;BR /&gt;(to have the username and uid's).&lt;BR /&gt;&lt;BR /&gt;THanks</description>
      <pubDate>Mon, 13 May 2002 06:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722185#M948244</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-13T06:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: user uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722186#M948245</link>
      <description>If you want more information about a user you can run&lt;BR /&gt;finger &lt;USERNAME&gt;&lt;BR /&gt;But unfortunately this does not display the uid&lt;BR /&gt;&lt;BR /&gt;John&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 13 May 2002 07:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-uid/m-p/2722186#M948245</guid>
      <dc:creator>John Strang</dc:creator>
      <dc:date>2002-05-13T07:06:10Z</dc:date>
    </item>
  </channel>
</rss>

