How to increase user Quota ?
Hi,I want to create an FTP account on my server.
I added a user with adduser command.
# adduser backup
Anc changed its password. Now the quote of the user "backup" is only 1GB, i need to increase it.
# quota backup
Disk quotas for user backup (uid 32373):
Filesystem blocks quota limit grace files quota limit grace
/dev/sda3 52 1024000 1024000 7 0 0
#
Disk quotas for user backup (uid 32373):
Filesystem blocks quota limit grace files quota limit grace
/dev/sda3 52 1024000 1024000 7 0 0
#
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 229G 9.6G 207G 5% /
/dev/sda1 99M 17M 78M 18% /boot
none 1010M 0 1010M 0% /dev/shm
/usr/tmpDSK 485M 11M 449M 3% /tmp
/tmp 485M 11M 449M 3% /var/tmp
#
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 229G 9.6G 207G 5% /
/dev/sda1 99M 17M 78M 18% /boot
none 1010M 0 1010M 0% /dev/shm
/usr/tmpDSK 485M 11M 449M 3% /tmp
/tmp 485M 11M 449M 3% /var/tmp
#
# edquota backup
Disk quotas for user backup (uid 32373):
Filesystem blocks soft hard inodes soft hard
/dev/sda3 52 1024000 1024000 7 0 0
Disk quotas for user backup (uid 32373):
Filesystem blocks soft hard inodes soft hard
/dev/sda3 52 1024000 1024000 7 0 0
Can anyone tell how i increase user quote to 100 GB ?
Regards,
Yujin