  | |  | Ulimit command only works after su | Ulimit command only works after su 2005-05-09 - By McDougall, Marshall (FSH)
Back RH ES2.1, 2.4.21-15.ELsmp
I am trying to give our DBA the ability to test his Sybase installation with various parm changes, one of which is "ulimit -n". I have added:
Sybase soft nofile 3072 Sybase hard nofile 4096
to the /etc/security/limits.conf file and that sort of works. I say sort of because if I log in as Sybase and execute ulimit -n 2048 I get:
[sybase@(protected) sybase]$ ulimit -n 1024 [sybase@(protected) sybase]$ ulimit -n 2048 -bash: ulimit: open files: cannot modify limit: Operation not permitted
Then if I "su - sybase" and do it again, it works:
[sybase@(protected) sybase]$ su - sybase Password: [sybase@(protected) sybase]$ ulimit -n 2048 [sybase@(protected) sybase]$ ulimit -n 2048
It's not making a lot of sense to me. Any enlightenment appreciated.
Regards, Marshall
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |