LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   QUOTA doubt (https://www.linuxquestions.org/questions/linux-newbie-8/quota-doubt-751119/)

tulsi 08-29-2009 12:29 PM

QUOTA doubt
 
Hi guys,

In my system filesystem store below the format.
cat /etc/fstab

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-hd3 swap swap defaults 0 0


if i create quota for my userid for what ? which one i type usrquota.
plz explain.

PTrenholme 08-29-2009 12:46 PM

I'm not sure if you're asking "Why should I set a quota for my user id?" or "How do I set a quota for my user id?"

If you're asking the first question, you should set a quota if:
  • Your disk space is small
  • Many people are using your system
  • You are charged for the storage you use
  • You might use too much space whilst playing with your system
If you're asking the second question, have you looked at the man setquota command description?

chrism01 08-30-2009 08:28 PM

Here's a detailed explanation http://www.linuxtopia.org/online_boo...sk-quotas.html with step-by-step howto


All times are GMT -5. The time now is 03:04 PM.