Is there limit on number of ACLs' per directory in Redhat

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Is there limit on number of ACLs' per directory in Redhat
# 1  
Old 03-01-2017
Is there limit on number of ACLs' per directory in Redhat

I work on a distribution application on Linux which generates bulk reference data extract feeds and stores them on a Linux server. I have several consumer applications access the files stored on this Linux server using FTPS protocol. However in order for consumer applications to have access to the files on the Linux FTPS server, their accounts should be granted access to the folder that they are connecting to.
I achieve this permission for the different consumer application by granting ACLs' (Access Control List) on the folder containing the bulk extract files to each of the individual accounts of every consumer .
We have over 100 consumer applications accessing the bulk extracts from the Linux FTPS server
As a result I have granted over 100 ACLs' on the folder containing the files, The number of consumers is going to continue to increase even further over time as more consumer applications onboard to my distribution system. As a result I will have to grant more and more ACLs' for each of the individual accounts that each of the consumer apps will be using to connect to our FTPS Linux server.
So I would like to know if there is a limit on the number of ACLS that a Red-Hat Linux server will support on a directory or the total ACLS' supported on a server by Red-hat Linux because I read somewhere that increasing the number of ACLs' beyond a limit could cause stability issues with RedHat OS.

Your input in this regard will be highly appreciated

thanks
waavman
# 2  
Old 03-01-2017
Quote:
Originally Posted by waavman
I achieve this permission for the different consumer application by granting ACLs' (Access Control List) on the folder containing the bulk extract files to each of the individual accounts of every consumer .
I am of the opinion that your main problem is not a technical limit but one of (practical) maintainability and feasibility. As the numbers of ACLs increase it will get increasingly troublesome to keep track of all the different rights, regardless of any technical limit being hit or not. I suggest to look for a different solution - ideally one which uses only standard UNIX privileges.

For instance, look for ways to sort your users into groups, then give respective group rights to corresponding directories.

I hope this helps.

bakunin
# 3  
Old 03-02-2017
Sure Bakunin, thats a good suggestion. I will look into feasibility of implementing that.
However that set aside, does anybody know if there is in fact a technical limit on the number of ACLs' supported by RedHat Linux beyond which it might impact the OS stability. I am not able to find that information anywhere online. As an FYI I am using Red Hat Enterprise Linux Server release 5.10.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Limit number of files transferred

I've a folder in remote server and it has 50 files. I like to transfer these files by first 10 and next 10 files. I'm using mget command to transfer the files. How to limit the file transfer limit to 10. instead of copying 50 files at a time. Thanks Janarthan (5 Replies)
Discussion started by: Janarthan
5 Replies

2. Cybersecurity

Limit CPU and RAM utilization for new user in RedHat

We have a system with 4 Xeon Processors each with 10 cores, total 512 GB RAM and 10 TB Hard Drive. we want to create multiple user accounts with different resource limitations as : User 1: RAM : 50GB, PROCESSOR: 10 Cores , User folder in home directory of 10GB space. User 2: RAM :... (5 Replies)
Discussion started by: vaibhavvsk
5 Replies

3. UNIX for Dummies Questions & Answers

Limit Number of files

hi guys how can i limit number of files in a disk or partition ? or how can i make a limit to inode number for a disk or partition ? ext3 or ext4 file system (1 Reply)
Discussion started by: mhs
1 Replies

4. Programming

How to limit the number of child processes

I need a mechanism to fork child processes and all child processes should connect to a server.but the number of child processes should be limited(for ex:50) Here's my pseudo, but I cant figure out how to limit the child process number. Should I use a semaphore? or what? for(;;)... (3 Replies)
Discussion started by: xyzt
3 Replies

5. Solaris

How to limit number of Commands

Is there a way that I can limit number of commands that one user can run during period of time. For example Max 10 commands per senconds.:) (3 Replies)
Discussion started by: winger0608
3 Replies

6. Ubuntu

Redhat 2.1 AS Memory Limit?

I have a customer with an HP DL380 G4 server running Redhat 2.1 AS that has 4GB memory installed. They want to upgrade in the server to the maximum of 12GB using (6) 2GB DIMMs. I can do this for them, but I read somewhere that Redhat 2.1 has an upper memory limit. Or you need a kernel patch to use... (2 Replies)
Discussion started by: Cbish68
2 Replies

7. UNIX for Dummies Questions & Answers

Number of long limit

Hi Hi! I'm currently using AIX 5.2 and would like to know where can i find to see that there's a restriction on the number of login times a user can have. Example, I want give a 2 login per user but some one to give 3 login and some one have to give unlit login time (without logging off the... (2 Replies)
Discussion started by: herath
2 Replies

8. Shell Programming and Scripting

limit the number of jobs to run.

i just want to get the BackGround status and limit the number of jobs to run the at a time. can i able get the back ground exit status ? that i code below. can jobs -l limit the number of jobs to run ? total is this script looks fine ? cat run_job.ksh #!/usr/bin/ksh... (0 Replies)
Discussion started by: GrepMe
0 Replies

9. UNIX for Advanced & Expert Users

limit to number of files in a given directory

Everyone, We are on a unix AIX 4.3 platform and our application is written as such that all configuration files must reside in a specific directory. Currently there are over 10,000 files in this directory (and growing at about 300 per month). My question is is there a physical limit to the... (2 Replies)
Discussion started by: hedrict
2 Replies

10. UNIX for Dummies Questions & Answers

Directory limit

I'm setting up a file server for users. Does anyone know how I can limit each users directory to 500MB? -------------- Runing Solaris 8 (3 Replies)
Discussion started by: merlin
3 Replies
Login or Register to Ask a Question