Ubuntu – How much disk space is allocated in Ubuntu for a new user

disk-usage

How much disk space is allocated in Ubuntu 12.04 if new user is added? I have 500GB completely allocated for Ubuntu. If a new user is added then how much disk space will be allocated for him?

Best Answer

There is no limitations by default. The new user can take all of free space unless you install special quota program. To install it in Ubuntu, you have to write in Terminal:

sudo apt-get install quota

There are plenty of tutorials on how to use quota in Linux around the Internet, just search "quota ubuntu". For quick start, you may use this tutorial.