Commands are case-sensitive. True or False?

Commands are case-sensitive. True or False?Category: LinuxAuthor "LinuxQuestions"Commands are case-sensitive. True or False?
Linux Questions Staff asked 1 year ago

Commands are case-sensitive.
True or False?

  • True
  • False

Explanation: Every part of the command is normally case-sensitive, so LS is incorrect and will fail, but ls is correct and will execute.

sysadmin@localhost:~$ LS
-bash: /usr/games/LS: Permission denied

About the author