Understanding case sensitivity Case sensitivity is a small detail which can throw many newer users
into a tailspin. Unlike your local PC, the Unix file system is very
particular about "uppercase" and "lowercase" file
names. Therefore, if you were to install a script, (let's say the
wwwboard discussion forum) for example), the name of this script would
be wwwboard.pl. If you name a file picture file called me.jpg, then this
is what you must call it as. Naming it me.JPG for example, (observe the
uppercase) tells a Unix web server to treat it as a totally different
file name. |