<?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: how i set the max files number for user? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781809#M23157</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I've never heard of limits.conf, but please tell us what distribution of Linux we're talking about here.&lt;BR /&gt;&lt;BR /&gt;ulimit and kernel parameters can control max files per user. There are two limtits to look at. Overall limits for the system and for any one user.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 03 May 2006 09:06:29 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-05-03T09:06:29Z</dc:date>
    <item>
      <title>how i set the max files number for user?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781806#M23154</link>
      <description>how i set the max files number for user?&lt;BR /&gt;&lt;BR /&gt;what is the different of:&lt;BR /&gt;&lt;BR /&gt;/etc/security/limits.conf&lt;BR /&gt;hard nofile numberA&lt;BR /&gt;soft nofile numberB&lt;BR /&gt;&lt;BR /&gt;more /proc/sys/fs/file-max&lt;BR /&gt;&lt;BR /&gt;and use the command &lt;BR /&gt;ulimit -u number -n number &lt;BR /&gt;in the .bash_profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;????&lt;BR /&gt;&lt;BR /&gt;i am confuse, please help me!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 08:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781806#M23154</guid>
      <dc:creator>STL</dc:creator>
      <dc:date>2006-05-03T08:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: how i set the max files number for user?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781807#M23155</link>
      <description>The /proc/sys/fs/file-max is the maximum number of open files for all the system (all users and applications).&lt;BR /&gt;&lt;BR /&gt;You can use /etc/security/limits.conf establish the maximum limits for users or groups.&lt;BR /&gt;&lt;BR /&gt;The ulimit command can be used to modify these values but never larger to the established on the limits.conf file, only root can raise the limits. So, use /etc/security/limits.conf to configure the limits for users.</description>
      <pubDate>Wed, 03 May 2006 09:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781807#M23155</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-05-03T09:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: how i set the max files number for user?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781808#M23156</link>
      <description>1) /etc/security/limits.conf&lt;BR /&gt;hard nofile numberA&lt;BR /&gt;soft nofile numberB&lt;BR /&gt;&lt;BR /&gt;are the limits that you should use - there are hard and soft limits per user/group.&lt;BR /&gt;&lt;BR /&gt;2)&lt;BR /&gt;more /proc/sys/fs/file-max&lt;BR /&gt;is a per system limit - e.g. for all processes&lt;BR /&gt;&lt;BR /&gt;3)&lt;BR /&gt;and use the command &lt;BR /&gt;ulimit -u number -n number &lt;BR /&gt;in the .bash_profile&lt;BR /&gt;With this command regular user can increase his limit,  but only up to his hard limit&lt;BR /&gt;There is setrlimit() system call that do the same thing.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 09:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781808#M23156</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-05-03T09:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: how i set the max files number for user?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781809#M23157</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I've never heard of limits.conf, but please tell us what distribution of Linux we're talking about here.&lt;BR /&gt;&lt;BR /&gt;ulimit and kernel parameters can control max files per user. There are two limtits to look at. Overall limits for the system and for any one user.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 03 May 2006 09:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781809#M23157</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-03T09:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: how i set the max files number for user?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781810#M23158</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can do it by enabling quota on the file system.&lt;BR /&gt;Once that is done use the edquota command to set the max no. of inodes that a user can have. ( as each file has an inode if you specify max indoes as 100 the user will be able to make only 100 files)&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 09:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781810#M23158</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-05-03T09:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: how i set the max files number for user?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781811#M23159</link>
      <description>ulimit -n 10000, set number of open files to 10000, default is 1024.&lt;BR /&gt;&lt;BR /&gt;but, where i set the default???</description>
      <pubDate>Wed, 03 May 2006 10:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-i-set-the-max-files-number-for-user/m-p/3781811#M23159</guid>
      <dc:creator>STL</dc:creator>
      <dc:date>2006-05-03T10:50:52Z</dc:date>
    </item>
  </channel>
</rss>

