LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Upload limit on FTP (https://www.linuxquestions.org/questions/linux-general-1/upload-limit-on-ftp-56928/)

twantrd 04-26-2003 07:36 PM

Upload limit on FTP
 
Hi guys, i have redhat 7.3 and im using wu-ftpd that came with the distro. My question is how do you set the upload limit for a user on a specific directory? THanx for any help or suggestions.


-twantrd

trickykid 04-27-2003 02:28 PM

Setup quota's..

man quota

twantrd 04-27-2003 10:53 PM

Thanx for pointing me to the right direction but I'm still encountering some trouble. Im not at my PC right now but this was what i did:

i edit my fstab like this
"/dev/hdd /home/hdd auto defaults,userquota 1 1"

then i typed this as root:

"touch /home/hdd/quota.user"

then i typed:

"edquota -u test" (test is a user that i added for experiment)

and i get this:

"No filesystems with quota detected."

Something i did wrong? i can't get passed that point. Can anyone shed some light? Thanx for all your help... :) Im using redhat 7.3 and im using the quota package that came with it. Also my /dev/hdd is ext2.

-twantrd

maxspeed 04-28-2003 02:03 AM

in fstab you have to add a usrquota not userquota. After you do this you have to restart or remount all partitions. The you have to run quotacheck. Hope this helps laterz.


All times are GMT -5. The time now is 11:09 PM.