PDA

View Full Version : Running scripts within a VIX 1.3 image



rasod
22-01-11, 16:16
Hi, VIX 1.3 image installed. Had some problems to get the CCcam.cfg in the etc directory because the directory had 725 as "rights" I had to change it to 727 to get it to work then I could write files in the directory. Anyway now the image is up and running. I used DE 133 image before and I think it worked very good. In the VIX 1.3 image im lacking the possibility to run scripts, where do I find this menu in the VIX 1.3 image ?

Best Regards Raymond

sonc
22-01-11, 19:26
/etc should be owned by root, so even if the permissions were 725, the 7 indicates full access for the owner (root). So you would still be able to write to /etc (assuming you are logged in as root). Changing it to 727 gives full access to everyone (not good from a security point of view).

The correct permissions on /etc/should be 755.

rasod
22-01-11, 19:50
Yes I agree, but I used DCC ftp to move the files to /etc and then I belonged to the group other and didn't have write permission in etc.
Any suggestions about my script issue ?

/ Raymond