strace -s90 -f -p `pidof apache2 | sed 's/ / -p /g'`
c2s -D 2>&1 | colorize.pl +n10:'sx \(sasl_gsasl.c'
/etc/profile.d/showPerms.sh anlegen und ausführbar machen.showPerms ()
{
here=`pwd |sed 's;/; ;g'`;
cur='';
for p in $here;
do
if [[ -z $p ]]; then
continue;
fi;
cur="$cur/$p";
ls --color -lahd $cur;
done
}