answersLogoWhite

0

The NTFS file system is case sensitive, but most file tools on Windows are not, and will not allow the creation of two files with the same characters in different case.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the root word of insensitive?

The root word of insensitive is "sensitive."


What is the prefix for sensitive?

The prefix for "sensitive" is "in-" or "non-". For example, "insensitive" means lacking sensitivity, and "nonsensitive" means not easily affected or offended.


Are subdomains case sensitive?

No, subdomains are not case-sensitive. They are treated as case-insensitive by most DNS servers and web servers. This means that the capitalization of letters in a subdomain does not affect its functionality or accessibility.


What word is opposite of sensitive?

The word opposite of sensitive is "insensitive."


What is the opposite of senstive?

The opposite of sensitive is insensitive.


Which parts of php are case sensitive and which are not?

Case Sensitive parts of php include:VariablesConstantsArray KeysClass PropertiesClass ConstantsCase Insensitive parts of php include:Functions (believe it or not!)Class ConstructorsClass methodsKeywords and Contructs (if, else, false, true, etc.)


How does a computer understand the password of case sensitive?

Case sensitive passwords are easier to implement than case insensitive, as the program can simply compare each byte of input against each byte of the stored password, and if there are no mismatched bytes, the password matches.


What prefix could you add to the word sensitive?

insensitive


How do you use the word insensitive in a sentence?

The adjective sensitive and its opposite can be used physically or metaphorically.The fingernail is dead material and is itself insensitive to pain.The insensitive neighbor continued to complain about the family's beloved dog even after it died.


Is taking responsibility for your thoughts and feelings possible?

Yes. It is but it depends on the type of person you are sensitive or insensitive


Which is more sensitive to viruses Windows Vista or windows xp?

well windows vista is not good but both of them are sensitive


What does 'case sensitive' mean?

First, "case" refers to whether a letter or letters of the alphabet are in CAPS or are in lowercase. (Or, caps and small letters.)"Case sensitive" is a phrase meaning that computers, especially in website-creation, will read letters differently depending on whether the letters are in CAPS or in lowercase. Web URLs (the address) and passwords are most often case-sensitive. So, if you see in part of a URL this:categoryABC-ID1356that lettering is different fromcategoryabc-id1356The first one would also be different from:categoryAbc-Id1356 (or any other combination of upper and lowercase lettering)Web hosting sites may require case-sensitive rules, while other websites do not use case-sensitive (instead, they are case-insensitive). Passwords may be either case-sensitive or case-insensitive, but most are case-sensitive. This is why you might sometimes see the message to check your Cap Lock status when a (otherwise correct) password fails.So, there is a difference, for example, between each of these:case sensitiveCASE SENSITIVECaSe sEnSiTiVe (or other combination of lowercase letters and capital letters).