Запускаю одну программку из-под другого юзера через sudo, ей не хватает доступных дескрипторов для файлов.
# grep ^[^#] /etc/security/limits.conf
* hard nofile 8192
sszb soft nofile 8192
sszb hard nofile 16384
fargred soft nofile 8192
fargred hard nofile 16384
# grep ^[^#] /home/sszb/.bashrc
if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!
return
fi
ulimit -n 4097
export LANG=ru_RU.CP1251
# su sszb -
bash: ulimit: open files: cannot modify limit: Operation not permitted
sszb@myhost /home/sszb $