[COMP] *nix syntax

About my chmod question:

Did this not work...
cd ~myuser
[root@server myuser] chown -R myuser.myuser /www/cgi-bin/directoryname

...because I have a / in front of www?

cause it did work when I cd-ed to the cgi-bin directory and ran the command.

I can't check to see anymore because the directory I wanted to have
chmoded did get successfully chmoded

so my question is:
would this have worked?
[root@server myuser] chown -R myuser.myuser www/cgi-bin/directoryname
?

David


Other related posts: