I am using ubuntu in my machine and wanting to run the command quota -v. So, I install quota by typing in sudo apt-get install quota. When I type in quota -v, it doesn't show any information. only commands that works is quota -h and quota -V. could you please tell me if I have to anything else to make quota -v to work? Thanks a lot.
feedback
|
migrated from stackoverflow.com Oct 11 '10 at 19:40
This question came from our site for professional and enthusiast programmers.
|
You will want to enable quota processing first. You might start here at the quotaon man page. | |||
|
feedback
|
|
I had the same problem when I was doing a home work on quota -v. Since I didn't want to setup quota limits on my ubuntu machine at home, I simply used the school's machine. If your school have a UNIX system, you should try login to it with your username and password and type in quota -v. That’s how I got my project done, since I wasn’t really good at UNIX. | |||
|
feedback
|