T TNSTAZ New member Joined Jul 18, 2007 Messages 2 Jul 19, 2007 #1 i need to change the permissions on the files that say root next to them. how do i do that? i am new to DA but i need to get this done so my customer can finish his website.
i need to change the permissions on the files that say root next to them. how do i do that? i am new to DA but i need to get this done so my customer can finish his website.
G GranTW Verified User Joined Sep 23, 2005 Messages 113 Jul 19, 2007 #2 Log into your box as root via SSH. And chown them. Something like Code: cd /home/blade/domains/blades-army.com/public_html chown -R blade:blade should work. Grant
Log into your box as root via SSH. And chown them. Something like Code: cd /home/blade/domains/blades-army.com/public_html chown -R blade:blade should work. Grant