Don't understand german? Read or subscribe to my english-only feed.

/etc/security/limits.conf

This file exists because you want to avoid downtime caused by WTF-of-the-day-stuff like:

% ls ~/bin/
foo bar baz
% cat > ~/bin/cronjob << EOF
#!/bin/sh
for file in ~/bin/* ; do $file ; done
EOF
% ~/bin/cronjob

Wuups.

Comments are closed.