<?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 6 root logins in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465858#M15973</link>
    <description>i see that there are six root logins when i do finger command while i am logged in as root.&lt;BR /&gt;&lt;BR /&gt;some are idle for 75 days!!!&lt;BR /&gt;&lt;BR /&gt;no one is logged in that long ...&lt;BR /&gt;&lt;BR /&gt;how do i remove these root logins?</description>
    <pubDate>Tue, 18 Jan 2005 17:00:56 GMT</pubDate>
    <dc:creator>A Pandey</dc:creator>
    <dc:date>2005-01-18T17:00:56Z</dc:date>
    <item>
      <title>6 root logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465858#M15973</link>
      <description>i see that there are six root logins when i do finger command while i am logged in as root.&lt;BR /&gt;&lt;BR /&gt;some are idle for 75 days!!!&lt;BR /&gt;&lt;BR /&gt;no one is logged in that long ...&lt;BR /&gt;&lt;BR /&gt;how do i remove these root logins?</description>
      <pubDate>Tue, 18 Jan 2005 17:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465858#M15973</guid>
      <dc:creator>A Pandey</dc:creator>
      <dc:date>2005-01-18T17:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: 6 root logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465859#M15974</link>
      <description>do a grep for these processes by the tty they are on...&lt;BR /&gt;ps -ef | grep pty/a etc..&lt;BR /&gt;then kill the process that is associated with it.&lt;BR /&gt;&lt;BR /&gt;By making sure you're going for root processes that have a tty assigned - you're going to get logins, and not necessary backgroup processes.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2005 19:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465859#M15974</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-01-18T19:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: 6 root logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465860#M15975</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i don,t have idea about this option in linux.&lt;BR /&gt;&lt;BR /&gt;try   who -T&lt;BR /&gt;&lt;BR /&gt;it will show the tty and ipaddress from where the login has done and the login date.&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 01:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465860#M15975</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2005-01-19T01:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: 6 root logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465861#M15976</link>
      <description>to find out your own shell,&lt;BR /&gt;# w&lt;BR /&gt;and kill the shell processes of other root logins,&lt;BR /&gt;# ps -ef |grep pts |grep bash&lt;BR /&gt;root      5366  2604  0  2004 pts/2    00:00:00 bash&lt;BR /&gt;root      5413  2604  0  2004 pts/3    00:00:00 bash&lt;BR /&gt;root      5452  2604  0  2004 pts/4    00:00:00 bash&lt;BR /&gt;root      3166  2604  0  2004 pts/5    00:00:00 bash&lt;BR /&gt;root      4734  2604  0  2004 pts/8    00:00:00 bash&lt;BR /&gt;root     21847  2604  0  2004 pts/9    00:00:00 bash&lt;BR /&gt;root      9651  2604  0  2004 pts/10   00:00:00 bash&lt;BR /&gt;root     26459 26457  0 Jan14 pts/6    00:00:00 bash&lt;BR /&gt;root     29381 26457  0 Jan14 pts/7    00:00:00 bash&lt;BR /&gt;root     29622 26457  0 Jan14 pts/11   00:00:00 bash&lt;BR /&gt;mic      31141 31139  0 Jan17 pts/16   00:00:00 -bash&lt;BR /&gt;root     15345 15341  0 Jan18 pts/12   00:00:00 -bash&lt;BR /&gt;root     15441 15341  0 Jan18 pts/1    00:00:00 -bash&lt;BR /&gt;root     22373 15345  0 16:07 pts/12   00:00:00 grep bash&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 03:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465861#M15976</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2005-01-19T03:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: 6 root logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465862#M15977</link>
      <description>use who -T&lt;BR /&gt;[root@fileserver root]# who -Tu&lt;BR /&gt;root     + tty1         Jan 19 13:20 03:33        2168         &lt;BR /&gt;root     + pts/0        Jan 19 16:59   .         10337 (tienna)&lt;BR /&gt; to determine how many user connect to&lt;BR /&gt;use tty to determine which terminal you are in.&lt;BR /&gt;[root@fileserver root]#tty&lt;BR /&gt;/dev/pts/0&lt;BR /&gt;then kill -9 PID &lt;BR /&gt;&lt;BR /&gt;[root@fileserver root]#kill -9 2168&lt;BR /&gt;Regard&lt;BR /&gt;tienna&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 05:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465862#M15977</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-01-19T05:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: 6 root logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465863#M15978</link>
      <description>thank you everyone!</description>
      <pubDate>Wed, 19 Jan 2005 08:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465863#M15978</guid>
      <dc:creator>A Pandey</dc:creator>
      <dc:date>2005-01-19T08:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: 6 root logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465864#M15979</link>
      <description>What would preclude you from rebooting? &lt;BR /&gt;&lt;BR /&gt;We have a cronjob that reboots our DNS boxes and one of our HP/UX application boxes each night.. It cleans up dead processes and insures I can get the files that maybe open closed prior to running fbackup or dump. &lt;BR /&gt;&lt;BR /&gt;Just a thought.</description>
      <pubDate>Wed, 19 Jan 2005 10:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/6-root-logins/m-p/3465864#M15979</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2005-01-19T10:17:15Z</dc:date>
    </item>
  </channel>
</rss>

