chgrp

I have downloaded an stock exchange program. This are the intructions:

==========================================
INSTALATION:

(I assume that you have apache with php).

1. unzip all files to destination directory
2. chmod 755 all
3. add apache to group (chgrp apache [filename])
to files: hisc10, hisc25, hisc100, cntr
4. chmod 775 to files: hisc10, hisc25, hisc100, cntr
5. add apache to group to directory file
6. chmod 775 file
7. End, now this is safe!
==========================================

I got as far as step 2, but how can I chgrp the 3 files in smartftp?

The instructions listed make the assumption that you have access to a console on the Linux/Unix box on which Apache is running (For instance you won't be able to add the Apache group unless you have).

My suggestion would be to ignore the instructions about chgrp and adding groups and to hope for the best. It may not work, but then again it just might!

d

ok, thx, well it didn't worked... so i guess i'l just have to find an other program