Talvez apenas a ajuda esteja faltando a documentação para o limite? Você tentou algo como xfs_quota -x -c "limit -u bsoft=100m bhard=120m someuser"
já?
Gostaria de definir a cota do xfs no meu servidor CentOS 6, por isso instalei xfsprogs
package. No entanto, diz command limit not found
como mostrado abaixo.
[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.
Embora eu execute o comando como root
, os comandos administrativos não estão disponíveis.
Estou sentindo falta de algo?