I have subdomains, builded by a folder. For example: www.genericsite.com = public_html/genericsite/
The problem is: The directory is empty, but a working website exist, so the files are in somewhere.
I use the command:
awk -F"[:= ]" '/mydomain.com/{print $1,$11}' /etc/userdatadomains | column -t
But I got this following error:

I see my cpanel users and my user has all priveleges:

Maybe there is another user who owns the cpanel domains? Or it is something I can solve by command line, giving the right permissions? Appreciate
any help
.
The problem is: The directory is empty, but a working website exist, so the files are in somewhere.
I use the command:
awk -F"[:= ]" '/mydomain.com/{print $1,$11}' /etc/userdatadomains | column -t
But I got this following error:

I see my cpanel users and my user has all priveleges:

Maybe there is another user who owns the cpanel domains? Or it is something I can solve by command line, giving the right permissions? Appreciate
any help
Last edited by a moderator: