I have requirement to enforce quota settings at folder level. And this enforcement is purely based on folders and not on groups.
So I may have to monitor a folder /dev1/folder1 and its subfolder /dev1/folder1/folder1_2 separately.
And I think quota package in linux purely works on groups or users at file system level.
Creating a group for each folder to monitor may solve this issue, but it increases the complexity for management of user or group permissions.
Do I have any other solution for this?