kayyy

Active Member
Mar 12, 2014
32
0
6
cPanel Access Level
DataCenter Provider
Hey,

i uploaded a backup from antoher server without cpanel.

now all files has the wrong user.

where can i find the user in cpanel ?
Is this the login name ?

so chown -R username /home/username/www/* ?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Yes, the cPanel username is the same username you use when accessing the account. Note that using the "chown" command recursively is not recommended. It's better to determine which files require an ownership change and update them manually. If you do choose to use "chown -R", then ensure it's only used on a file/directory beneath the account's public_html directory.

Thank you.