This website uses cookies to ensure you get the best experience on our website. Privacy Policy OK

Linux: File Types and Names

| See more in Information Technology

In this game you'll be introduced to common Linux file types, file names, and syntax rules.

TBaeten
By
Created Date 05.26.15
Last Updated 05.28.15
Viewed 32 Times
Your browser doesn't support HTML5. System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String]
submit to reddit

Would you like to build your own game?

It's easy!

Go to the GameBuilder and get started!

Topics of this game:
  • This type of file stores information in a readable text format and may contain configuration information.
  • This type of file stores information associated with executable programs.
  • This type of file serves as a placeholder and is used to organize other files.
  • These files are associated with another file.
  • These files represent system devices.
  • These are used as a channel to pass information between processes.
  • What is the name of an identifier given to a file? It may be up to 255 characters and use alphanumeric characters, dashes, underscores, and dots.
  • In the Linux OS, file names are case sensitive.
  • When working in the Linux command line interface, it's a recommended practice to use dashes and underscores, instead of spaces, in file names.