Я хочу установить квоту xfs на своем сервере CentOS 6, поэтому я установил xfsprogs
пакет. Однако он говорит command limit not found
как показано ниже.
[root@myserver ~]# xfs_quota
xfs_quota> print
Filesystem Pathname
/vol1 /dev/sda1 (uquota, gquota)
/vol2 /dev/sdb1 (uquota, gquota)
xfs_quota> help limit
command limit not found
xfs_quota> ?
df [-bir] [-hn] [-f file] -- show free and used counts for blocks and inodes
help [command] -- help for one or all commands
print -- list known mount points and projects
quit -- exit the program
quota [-bir] [-gpu] [-hnNv] [-f file] [id|name]... -- show usage and limits
Use 'help commandname' for extended help.
Хотя я выполняю команду как root
, команды администратора недоступны.
Я что-то упускаю?
Может просто хелпу не хватает документации по лимиту? Вы пробовали что-то вроде xfs_quota -x -c "limit -u bsoft=100m bhard=120m someuser"
уже?