Quote:
|
Originally Posted by jason
Reading the install notes, can anyone tell me what chmod is and how I change to 777 on IG_shop cart. thanx
|
chmod is change mode of userfile. What that means in unix and linux every files has read,write,and execute mode. when you use chmod 777 name_of_the_file. It'll change the name_of_the_file tobe read,write and execute
Thanks