How to stop the following script which starts after kde has loaded? I did a
grep "\/usr\/sbin\/find" /etc/ -r -I
Correct idea for finding the script (though you won't have any luck with find in sbin), but the various bits of the final command are likely to be pieced together via some variables, so don't be surprised if some of the strings come from /etc/sysconfig/. grep -r follows symlinks and won't do you any good here either.
su root -c /usr/bin/find / \( -fstype nfs -o -fstype NFS -o -fstype proc -o -fstype afs -o -fstype smbfs -o -fstype autofs -o -type d -regex '\(^/mnt$\)\|\(^/cdrom$\)\|\(^/tmp$\)\|\(^/usr
The daily cron script. Not an AMD64-sepcific issue though. Volker -- Volker Kuhlmann is possibly list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me.