Associate
- Joined
- 2 Sep 2007
- Posts
- 2,001
I have managed successfully to set quotas for my users following this guide - http://telatin.wordpress.com/2009/03/02/user-quotas-with-ubuntu/ The following line takes me into an editor to change the quota but the problem I have is want to do this via a bash script. Any ideas how I can do the following command in a script without having to go into an editor?
sudo edquota -u username -f /dev/desiredpartition
sudo edquota -u username -f /dev/desiredpartition