> >I am using SL 6.1 64 Bits. There is a difference with Red Hat that is >affecting me and I cannot figure out where is the difference, because I >compared and all configuration files are identical. Every time I login, I get this message: -bash: ulimit: open files: cannot modify limit: Operation not permitted
This is because in my /etc/profile I have ulimit -S -c 0 > /dev/null 2>&1 ulimit -c unlimited ulimit -n 2548576 ulimit -i 2548576 However, I have the same exact setup for all my Red Hat machines and there is no issue or error. I am of course logging in as root, not an unprivileged user. Federico
