Quick Help! Permission!!

Mc2

Verified User
Joined
Jun 4, 2006
Messages
16
hi, help me fast please.

i was a on a diff server of direct admin and i got a vps and was trasfering all the files to new vps using the wget in shell and its all done nicely but when i go to retore it its on root permission, how do i make it to their own permission so that it can be restored..

tell me how do to it in details plesae i am not so good as i am a newbie on having a vps.

thanks
quick help please
 
You should create a directory if its not already there

Code:
mkdir /home/admin/admin_backups

Then transfer the files there and then

Code:
chown -R admin:admin /home/admin/admin_backups
 
Back
Top