<?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: /home increases whenever user logins in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563267#M18129</link>
    <description>&lt;BR /&gt;check the partition on which /home resides, if it contains few other directories also (eg: /var/log) then increase in them will reflect the hard disk remaining size &lt;BR /&gt;&lt;BR /&gt;only .bash_history is appended automatically when a user logs in and logs out, other files getting bigger could be based on custom applications running in .profile file in user home directory&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Jun 2005 00:47:52 GMT</pubDate>
    <dc:creator>Gopi Sekar</dc:creator>
    <dc:date>2005-06-15T00:47:52Z</dc:date>
    <item>
      <title>/home increases whenever user logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563260#M18122</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;My /home directory is 100% full and I found out that whenever I login, logout and login again to the Unix system, my /home directory will increases a bit. &lt;BR /&gt;&lt;BR /&gt;Is there a log file where it will record the users login?  Where is it located at? Could I delete or disable that log file?&lt;BR /&gt;&lt;BR /&gt;Appreciate any advice. Thank you!</description>
      <pubDate>Mon, 13 Jun 2005 14:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563260#M18122</guid>
      <dc:creator>Sidney_9</dc:creator>
      <dc:date>2005-06-13T14:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: /home increases whenever user logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563261#M18123</link>
      <description>I can't think of anything system related that would be logging to /home. Is /home it's own filesystem?&lt;BR /&gt;&lt;BR /&gt;df /home&lt;BR /&gt;&lt;BR /&gt;To narrow it down, run du, then login/logout/login again then run du again. compare the du output to see what's increased.&lt;BR /&gt;&lt;BR /&gt;du -sk ~/* |sort -n   &lt;BR /&gt;&lt;BR /&gt;Also, is this a gradual increase over time or a significant increase?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 13 Jun 2005 16:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563261#M18123</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-06-13T16:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: /home increases whenever user logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563262#M18124</link>
      <description>There is the .bash_history file. Keeps a history of what you have done.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2005 17:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563262#M18124</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-13T17:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: /home increases whenever user logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563263#M18125</link>
      <description>When a user logs in, normally nothing will be written to the users home directory.&lt;BR /&gt;&lt;BR /&gt;A login will spawn off a number (about 3-4) messages via Syslog (which would normally be logged to /var/log), and an entry in the 'utmp' (which is usually in /var/run).&lt;BR /&gt;&lt;BR /&gt;If you're getting a sudden increase whenever a user logs in, you'll need to walk through all of '/etc/profile', '/etc/bashrc' and the users '~/.bash_login'.&lt;BR /&gt;&lt;BR /&gt;There will be some erroneous line in there which is causing a space loss.</description>
      <pubDate>Mon, 13 Jun 2005 17:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563263#M18125</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-13T17:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: /home increases whenever user logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563264#M18126</link>
      <description>Hi Sidney,&lt;BR /&gt;&lt;BR /&gt;do you have any mailbox on your home director ? &lt;BR /&gt;&lt;BR /&gt;If you are receiving mails and you are not deleting it, your mailbox will increase.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Tue, 14 Jun 2005 07:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563264#M18126</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-06-14T07:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: /home increases whenever user logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563265#M18127</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I will check the things you suggested.&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help!</description>
      <pubDate>Tue, 14 Jun 2005 07:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563265#M18127</guid>
      <dc:creator>Sidney_9</dc:creator>
      <dc:date>2005-06-14T07:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: /home increases whenever user logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563266#M18128</link>
      <description>Sidney,&lt;BR /&gt;&lt;BR /&gt;Try the following commands: last and lastb. The difference between last and lastb is that last command displays all users logged into a system along with their current ttys and lastb only displays all bad login attempts provided that the /var/log/btmp file exists.&lt;BR /&gt;&lt;BR /&gt;If you don't find anything else you might want to try to check for root kits. It is possible that might have a compromised system. See &lt;A href="http://www.chkrootkit.org" target="_blank"&gt;http://www.chkrootkit.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also if you have tripwire installed and configured now is the time to use it.&lt;BR /&gt;&lt;BR /&gt;-Ross</description>
      <pubDate>Tue, 14 Jun 2005 13:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563266#M18128</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-06-14T13:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: /home increases whenever user logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563267#M18129</link>
      <description>&lt;BR /&gt;check the partition on which /home resides, if it contains few other directories also (eg: /var/log) then increase in them will reflect the hard disk remaining size &lt;BR /&gt;&lt;BR /&gt;only .bash_history is appended automatically when a user logs in and logs out, other files getting bigger could be based on custom applications running in .profile file in user home directory&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jun 2005 00:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563267#M18129</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-15T00:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: /home increases whenever user logins</title>
      <link>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563268#M18130</link>
      <description>It really depend what kind of login script you have for the user.&lt;BR /&gt;&lt;BR /&gt;By default, only keystrokes get written to the home directory. If however you are using this sever to replace a windows PDC, you may have lots of things being written to the home directory.&lt;BR /&gt;&lt;BR /&gt;I'd say, tell us what files are created or increase when you log in. Then I can give you a judgement as to whats going on.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 15 Jun 2005 01:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/home-increases-whenever-user-logins/m-p/3563268#M18130</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-15T01:28:16Z</dc:date>
    </item>
  </channel>
</rss>

