![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unix command history | mm00123 | SUN Solaris | 3 | 12-03-2007 03:13 AM |
| change filenames to Proper case | prvnrk | Shell Programming and Scripting | 7 | 09-26-2007 11:43 AM |
| Unix filenames and spaces | x96riley3 | Shell Programming and Scripting | 2 | 01-31-2007 03:07 PM |
| The history of UNIX and the ideas behind it | elendil | UNIX for Dummies Questions & Answers | 6 | 10-16-2002 01:54 PM |
| Unix History Link | killerserv | News, Links, Events and Announcements | 4 | 02-22-2002 11:03 AM |
|
|
LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
|||
|
I think the reason was because in the real world, there is a difference in name conventions. A is different than a.
Case sensitivity does give more security to passwords, by allowing for more combinations. I personally prefer case sensitivity, it allows me to have many files, with the same name in a folder, such as Resume, resume. I can have all folders in proper case while files can be all lowercase, allows me to have more control over my filesystem. I believe under DOS/Windows, you could only have a single file named Resume, be it a folder or a file, but not both in the same directory. Unless you add differences to the name. This may or may not give some help: http://www.xahlee.org/UnixResource_d...eCaseSens.html |
|
||||
|
Thoughout the sixties, computers were upper case only. Most printers could not print a lower case letter. Crt's were very rare, and printing terminals could not handle 2 cases. I used to enter my programs on a 029 keypunch which was upper case only.
Unix bucked the trend by supporting two cases. Look at the "stty iuclc" and "stty olcuc" commands. These show the hoops that unix had to jump through to support two cases in a one case world. I believe that they did it to support the Ascii standard which very clearly states that A and a are two different characters. Microsoft built dos for IBM. At first it was called "PC-DOS". I think IBM wanted compatability with it's other OS's which were monocase. |
|
||||
|
In my experience, there are very few times where I have to deal with upper case at all in Unix.
I actually prefer lower case now. I see the case sensitivity as another layer of sophistication for unixes. it offers another bit of security as well as for some convention if you wish. I had a friend who would use Upper case for the first char of a dir name (non-os) then lower for the rest. Also, in teh case of some exe files, use ALL UPPER. For quick identification. Upper case has its uses... not to be considered trivial.
__________________
My brain is your brain |
||||
| Google UNIX.COM |