I have a FTP server with anonymous access for my local network. Here I have directories named with department names. I want to limit the directory sizes in respect to departments.
/var/ftp/pub/
X Company/
Dept 1/
Dept 2/
Dept 3/
I want to limit Dept 1 directory with 50 GB, Dept 2 with 20 GB and Dept 3 20 GB.
Can anyone help me regarding this?