is it possible to easily set some users permissions on Linux? (actually my distro is Ubuntu server 9.04)
I mean:
- give them a maximum amount of space for their home folder
- restrincting the bandwidth that they can use
is it possible to easily set some users permissions on Linux? (actually my distro is Ubuntu server 9.04)
I mean:
Limiting bandwidth on a per-user basis can be done with a bit of elbow grease.
For the quota porition you just want to install
quota
,sudo apt-get install quota
. Bandwidth, I am not sure...