<?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: SU activity in the SULOG - &amp;quot;+0&amp;quot; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221956#M33018</link>
    <description>On HP-UX that "0" field is the tty of who did it.  "+" means successful and 0 may be an indicator there was no tty?  (HP-UX has "???".)</description>
    <pubDate>Sat, 28 Jun 2008 00:18:18 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-06-28T00:18:18Z</dc:date>
    <item>
      <title>SU activity in the SULOG - "+0"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221955#M33017</link>
      <description>Hi,&lt;BR /&gt;I noticed that in some instances the SULOG contains something like "SU 09/16 10:34 +0 root super".&lt;BR /&gt;&lt;BR /&gt;What does "+0" means?</description>
      <pubDate>Wed, 25 Jun 2008 07:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221955#M33017</guid>
      <dc:creator>Suriah</dc:creator>
      <dc:date>2008-06-25T07:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: SU activity in the SULOG - "+0"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221956#M33018</link>
      <description>On HP-UX that "0" field is the tty of who did it.  "+" means successful and 0 may be an indicator there was no tty?  (HP-UX has "???".)</description>
      <pubDate>Sat, 28 Jun 2008 00:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221956#M33018</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-28T00:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: SU activity in the SULOG - "+0"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221957#M33019</link>
      <description>Thanks. Does it mean that the SU was triggered by system program or daemon?</description>
      <pubDate>Mon, 30 Jun 2008 00:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221957#M33019</guid>
      <dc:creator>Suriah</dc:creator>
      <dc:date>2008-06-30T00:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: SU activity in the SULOG - "+0"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221958#M33020</link>
      <description>&amp;gt;Does it mean that the SU was triggered by system program or daemon?&lt;BR /&gt;&lt;BR /&gt;I suppose by those too.&lt;BR /&gt;But in most cases, cron or at/batch wouldn't have a tty.</description>
      <pubDate>Tue, 01 Jul 2008 08:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221958#M33020</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-01T08:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: SU activity in the SULOG - "+0"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221959#M33021</link>
      <description>Hmm, I just took another look and I see entries with:&lt;BR /&gt;+ 14 old-new     # done by sudo type command?&lt;BR /&gt;+ tty?? old-new  # done by cron?&lt;BR /&gt;+ ttyq3 old-new&lt;BR /&gt;&lt;BR /&gt;So I'm not sure how that 14 or 0 maps to a tty?</description>
      <pubDate>Tue, 01 Jul 2008 08:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221959#M33021</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-01T08:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: SU activity in the SULOG - "+0"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221960#M33022</link>
      <description>tty?? means the su command was unable to determine the tty used, probably because there was none (e.g. when a cron job executes the su command).&lt;BR /&gt;&lt;BR /&gt;ttyq3 refers to legacy BSD-style pseudo-TTY /dev/ttyq3. &lt;BR /&gt;&lt;BR /&gt;The plain number might refer to new-style pseudo-TTYs (the number 0 meaning /dev/pts/0, etc...), if your su command shortens the tty name all the way to the right-most slash. In this case, your su command might need a patch.&lt;BR /&gt;&lt;BR /&gt;The su command of my Debian 4.0 workstation outputs /dev/pts/0 as "pts/0" in the su log message. This su command is part of login-4.0.18.1-7_i386.deb package.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 01 Jul 2008 12:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221960#M33022</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-07-01T12:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: SU activity in the SULOG - "+0"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221961#M33023</link>
      <description>Thanks. In any case, would you guys consider this as a security/audit issue?</description>
      <pubDate>Wed, 02 Jul 2008 00:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221961#M33023</guid>
      <dc:creator>Suriah</dc:creator>
      <dc:date>2008-07-02T00:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: SU activity in the SULOG - "+0"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221962#M33024</link>
      <description>&amp;gt;would you guys consider this as a security/audit issue?&lt;BR /&gt;&lt;BR /&gt;In what way?  That you don't have enough detailed info?&lt;BR /&gt;You know who did it and when.  You just need to track down the login info for that user.</description>
      <pubDate>Wed, 02 Jul 2008 11:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/su-activity-in-the-sulog-quot-0-quot/m-p/4221962#M33024</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-02T11:37:17Z</dc:date>
    </item>
  </channel>
</rss>

