To set quota on a folder

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat To set quota on a folder
# 1  
Old 02-04-2010
To set quota on a folder

Hi guys,

I know that we can set quota limit for an OS user on a filesystem.

But I have a different objective to achieve -

can we set a limit on a folder on a filesystem.
Let use I have a 'apps' folder in some filesystem. Disc space occupied by 'apps' should not be more that 5GB.

Searched on net, but didn't find any useful information.

Thanks,
# 2  
Old 02-04-2010
quota may be used to set user or group limit...

Implementing Disk Quotas

The answer is given by the following post.

Last edited by royalliege; 02-05-2010 at 03:24 PM.. Reason: useless info - not related to problem
# 3  
Old 02-04-2010
With quota you cannot set a limit on a particular subdirectory within a filesystem. The only way you could use quota to limit an ../apps subdirectory to 5Gb would be to mount a separate filesystem on ../apps and set a quota on that filesystem.
# 4  
Old 02-05-2010
Thanks fpmurphy, I will check your idea. Looks like it will work.

royalliege, you suggestion will set quota on a user. not on a subdirectory.

Thanks guys for your replies.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Set hard block limit for user using quota

hi all, i have installed quota on my centos 7 machine and its what im after (setting size limit on users, so they cant fill the hard drive) i want to now make this part of my create user script for my sftp server so i want to do a echo and a read command so i capture the limit they enter... (0 Replies)
Discussion started by: robertkwild
0 Replies

2. Red Hat

Setting quota

I would like to set quota for ALL USERS on a particular filesystem and the quota to be set for NEWLY CREATED USERS also. I am not sure, whether my question is clear. I can set quota for all users but my requirement is, I want the same quota to be set automatically for the user which is going... (2 Replies)
Discussion started by: atanubanerji
2 Replies

3. Shell Programming and Scripting

want to move set of file from one folder to another folder

Hi all, let me explain my requirments i am having 5 folder with different name for eg) abc , cdf , efd, rtg, ead each 5 folders contain 15 files i want to move 10 files to some other folder, remain 5 files should be there in the same folder. give me some suggestion on this. (6 Replies)
Discussion started by: natraj005
6 Replies

4. UNIX for Advanced & Expert Users

Set ACL automatically for new folder/objects

Hi, In our bank production environment - IBM AIX 5.3, we have a particular parent folder inside which an application creates temporary folders & files. These temp folders exist for the lifetime of the user session within the application and then get deleted automatically. Since these temp... (1 Reply)
Discussion started by: deepaksinbox
1 Replies

5. Red Hat

User quota

Hi, I want to apply the user quota, but i am unable to apply the quota to user. Kindly provide the guide line, so that i can sortout the problem. Step 1: Create partion on device #fdisk /dev/sda (because hard disk is scsi) #n (new partition table) i.e /dev/sda8. #p ( to print the partition... (2 Replies)
Discussion started by: sahu.tapan
2 Replies

6. UNIX for Advanced & Expert Users

Quota threshold

Hi, I am trying to make a script in which the user is notified once the disk space of the environment increases a particular threshold. I have made a script for it but I am facing an error while executing it. Could any one here guide me further?? Script #!/bin/sh warninglimit=350000... (22 Replies)
Discussion started by: Taranjeet Singh
22 Replies

7. UNIX for Dummies Questions & Answers

Quota Problem

Hi all! I'm a user of Debian Etch. I've problem with my accoun't quota. After I removed all of my files from my home directory, and typed: du -hs It showed me: 76K . But when I used quota command, it showed me: Disk quotas for user X (uid *********): Filesystem blocks quota ... (2 Replies)
Discussion started by: mjdousti
2 Replies

8. Solaris

Set quota on directories

Hi all, Is it possible to set a quota on subfolders? I understand it can be set on file system level, how bout on individual folders? Thanks. (1 Reply)
Discussion started by: *Jess*
1 Replies

9. Linux

How to set user quota

I've a redhat 9.0 and I want to set a user quota. but the question is where should I start from and How ??? :confused: :confused: :confused: :confused: (2 Replies)
Discussion started by: KaiXiang
2 Replies

10. UNIX for Dummies Questions & Answers

Quota

I'm new to Unix and I'm trying to determin how much space I have on this system. the box is dedicated to Oracle and I log in as the oracle user and type quota. It retrunes nothing. Then I log on as root and type quota -v oracle.. It returns nothing! Gosh this is actually a solaris 5.7 box. ... (1 Reply)
Discussion started by: jarthda
1 Replies
Login or Register to Ask a Question