<?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: Limit the user size quota in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273899#M12110</link>
    <description>there should be a space {print $1}</description>
    <pubDate>Fri, 14 May 2004 04:52:22 GMT</pubDate>
    <dc:creator>Andrej Vavro</dc:creator>
    <dc:date>2004-05-14T04:52:22Z</dc:date>
    <item>
      <title>Limit the user size quota</title>
      <link>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273895#M12106</link>
      <description>We have about 300 users in the system , part of them was limited the user size quota ( /sbin/edquota userid ) , except run the edquota command for every user , what is the simpliest way to set the control for all user ? thx.</description>
      <pubDate>Wed, 12 May 2004 00:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273895#M12106</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-12T00:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the user size quota</title>
      <link>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273896#M12107</link>
      <description>To add all users to a primary group "quotagroup" or something, and then to assign quota limit to this group insead of to particular user...</description>
      <pubDate>Wed, 12 May 2004 00:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273896#M12107</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-12T00:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the user size quota</title>
      <link>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273897#M12108</link>
      <description>you could also do this:&lt;BR /&gt;&lt;BR /&gt;make a list of users to be in the quota group put it in a file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;while read -r user&lt;BR /&gt;do&lt;BR /&gt;# edquota command&lt;BR /&gt;done &amp;lt; filename</description>
      <pubDate>Wed, 12 May 2004 00:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273897#M12108</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-12T00:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the user size quota</title>
      <link>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273898#M12109</link>
      <description>Setup quota for user1 and copy to the rest of users by:&lt;BR /&gt;edquota -p user1 `awk -F: '$3&amp;gt;499 &amp;amp;&amp;amp; $3&amp;lt;1000 {print$1}' /etc/passwd`&lt;BR /&gt;&lt;BR /&gt;change uid whatever you need&lt;BR /&gt;Andrej</description>
      <pubDate>Fri, 14 May 2004 04:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273898#M12109</guid>
      <dc:creator>Andrej Vavro</dc:creator>
      <dc:date>2004-05-14T04:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the user size quota</title>
      <link>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273899#M12110</link>
      <description>there should be a space {print $1}</description>
      <pubDate>Fri, 14 May 2004 04:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273899#M12110</guid>
      <dc:creator>Andrej Vavro</dc:creator>
      <dc:date>2004-05-14T04:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Limit the user size quota</title>
      <link>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273900#M12111</link>
      <description>Peter,&lt;BR /&gt;I go along with Alexander's approach. The best possibility would be to have a group and go by quota for that group rather than the users.&lt;BR /&gt;&lt;BR /&gt;So basically you create a group and have quota on that and assign your users (whom you want to limit quota) to that group&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Fri, 14 May 2004 05:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/limit-the-user-size-quota/m-p/3273900#M12111</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-05-14T05:17:44Z</dc:date>
    </item>
  </channel>
</rss>

