what is the difference between a symbolic link and one that isn't?
i made a link in my /etc/ directory to my httpd.conf file so it's easy to find and edit.
i tried both these commands and didn't really see a difference:
[SHELL]# cd /etc
# ln /usr/local/apache/conf/httpd.conf httpd.conf[/SHELL]
[SHELL]# cd /etc
# ln -s /usr/local/apache/conf/httpd.conf httpd.conf[/SHELL]
both ways seemed to edit both files and work the same except redhat colors symbolic links differently. maybe it's time to bust out the linux bible
