Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-15-2003, 07:49 AM
|
#1
|
Member
Registered: Dec 2003
Location: Hampshire, UK
Distribution: gentoo, Debian Sarge, Slack 9.1
Posts: 206
Rep:
|
Why is linux case sensitive?
I know that linux is case sensitive and have just thought....why?
|
|
|
12-15-2003, 07:59 AM
|
#2
|
Member
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862
Rep:
|
I wondered the same thing when I first started using linux. Consider the possibility of two commands spelled the same way, with different case. Like run_command and Run_Command. In dos, or dos box in windows, they'd be the same command, but in linux they're not. I could immediately see the freedom it gives the programmer or the casual user, you have a lot more choices for script names, etc.
|
|
|
12-15-2003, 08:10 AM
|
#3
|
Member
Registered: Dec 2003
Location: Hampshire, UK
Distribution: gentoo, Debian Sarge, Slack 9.1
Posts: 206
Original Poster
Rep:
|
ooooooh yeah, makes sense now, cheers.
I have seen commands like 'command -U' and 'command -u' for the same program.
|
|
|
12-15-2003, 08:16 AM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Having it as case sensitive always made sense to me.. I always wondered why Windows wasn't case sensitive.. 
|
|
|
12-15-2003, 08:52 AM
|
#5
|
Member
Registered: Jun 2003
Posts: 481
Rep:
|
Linux is case sensitive because 'a' and 'A' are different as far as the OS is concerned. Historically, MS-DOS only used uppercase to represent filenames. In an attempt to allow lowercase while retaining backward compatibility, Windows 95 introduced LFNs (Long File Name) into the FAT filesystem. LFN allowed filenames longer than the MS-DOS 8.3, and in an effort to keep things uncomplicated, made no distinction between upper and lower case letters.
|
|
|
12-15-2003, 10:09 AM
|
#6
|
Member
Registered: Aug 2003
Location: AT
Distribution: Fedora Core 3
Posts: 404
Rep:
|
linux use these way because you can have alot of options in command like -t -a -T -A and etc
most linux command has alot of options
u'll see alot when you type mount --help
|
|
|
12-15-2003, 10:52 AM
|
#7
|
Senior Member
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168
Rep:
|
Well, I'll give you a different answer: because case sensitive is simpler and faster to sort. Case insensitive sorting is much slower. I don't know about it being simpler for the user, but luckily the tab key does most of the typing for me. 
|
|
|
12-15-2003, 09:44 PM
|
#8
|
Member
Registered: Dec 2003
Posts: 33
Rep:
|
Hi,
What I like about case sensitivity is that it enforces consistency. For example, filenames will always be refered to the same way in scripts etc. You will not have ls, LS, lS, Ls, etc.
Also, about the sorting ls will sort case sensitive. This why we usually write README, Makefile instead of readme, makefile in source directories, they all go to the beginning...
iTux
|
|
|
12-15-2003, 09:49 PM
|
#9
|
Member
Registered: Jul 2003
Posts: 659
Rep:
|
LINUX is and was and will be developed using the C Language.
C is case sensitive and case sensitiveness also gives a lot of freedom and extra options.
Hence Linux is and must be case sensitive forever!
|
|
|
12-16-2003, 07:05 AM
|
#10
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,640
Rep: 
|
Small and capital letters have different ASCII-representations, thus for the system they are not the same. And Unix being a byte stream oriented OS ... DOS/Win has consistently to "to_upper()" any file name related input as their problem.
|
|
|
All times are GMT -5. The time now is 09:53 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|