LINUX.ORG.RU

Quita 5 Mb Пример плз


0

0

Привет! Есть раздел /usr/home Квотирование ядро поддерживает и .т.д все файлы есть. Что нужно прописать чтобы пользователь имел квоту в 5 Мб Конкретно пример что нужно поставить вместо нулей в edquota -g users /usr/home:

Quotas for group users: /usr/home: blocks in use: 0, limits (soft = 0, hard = 0) inodes in use: 0, limits (soft = 0, hard = 0)

А то все маны, да маны А нету там нихрена Чего я должен писать в мегабайтах 5 или или в кластерах чтоли, Хоть ктото ответит вразумительно али нет?

Спасибо

anonymous

Из Quota-HOWTO:

5.1. Assigning quota for a particular user


Here's an example. I have a user with the login id bob on my system.
The command "edquota -u bob" takes me into vi (or editor specified in
my $EDITOR environment variable) to edit quota for user bob on each
partition that has quota enabled:

______________________________________________________________________
Quotas for user bob:
/dev/hda2: blocks in use: 2594, limits (soft = 5000, hard = 6500)
inodes in use: 356, limits (soft = 1000, hard = 1500)
______________________________________________________________________



"blocks in use" is the total number of blocks (in kilobytes) a user
has comsumed on a partition.

"inodes in use" is the total number of files a user has on a
partition.

5.4. Soft Limit


_Soft limit_ indicates the maximum amount of disk usage a quota user
has on a partition. When combined with grace period, it acts as the
border line, which a quota user is issued warnings about his impending quota violation when passed.

5.5. Hard Limit


Hard limit works only when grace period is set. It specifies the
absolute limit on the disk usage, which a quota user can't go beyond
his hard limit.

Следовательно, для Вашего случая:

Quotas for group users: /usr/home: blocks in use: 0, limits (soft = 5000, hard = 5000) inodes in use: 0, limits (soft = 0, hard = 0)


qwe ★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.