Web Hosting Talk







View Full Version : untarring error


miami_g
07-24-2002, 06:27 PM
seems that after i untar a script i cant edit it with ftp
chmod it

pico is ok but not when i need to upload templates

do i need to chown each file--im lazzzzyyy



thankyou,

el_g

GH_Dave
07-24-2002, 06:46 PM
I guess it depends on the hosting providers system. You can "chown you *" I believe.

Dave

microsol
07-24-2002, 06:55 PM
chown uid.gid *

if you have subdirectories

chown -R uid.gid *

lotuslnd
07-24-2002, 09:26 PM
or have tar preserver permissions. when all else fails, do a "man tar". :)