Quote:
Originally Posted by Spaetzle
I think it will only work if you did not change the user prefix in ISPConfig admnistration.
If you did you it must be something like
Code:
find /var/www/ -user root -wholename "*/user/[user_prefix]* ...
Or am I wrong with that?
Did some one already test this piece of code?
Regards
Bernd
|
You are right. If you change the prefix you have to change the command.
I tested the code on a default ispc install on debian lenny, it worked for me (as far as I can see).