Common filename Extensions Flashcards
(16 cards)
Q: What type of file uses the .bin extension in Linux?
A: Binary executable program files (similar to .exe files in Windows).
Q: What type of file uses the .c extension?
A: C programming language source code files.
Q: What file extensions are used for C++ source code files?
A: .cc and .cpp.
Q: What do the .html and .htm extensions represent?
A: HTML (Hypertext Markup Language) files.
Q: What is the .ps file extension used for?
A: Files formatted for printing with PostScript.
Q: What does the .txt file extension represent?
A: Text files.
Q: What type of file uses the .tar extension?
A: Archived files that contain other files.
Q: What are .gz, .bz2, .xz, and .Z file extensions used for?
A: Compressed files.
Q: What do .tar.gz, .tgz, .tar.bz2, .tar.xz, and .tar.Z represent?
A: Compressed archived files.
Q: What are .conf and .cfg file extensions used for?
A: Configuration files (contain text).
Q: What does the .so extension stand for?
A: Shared object (programming library) files.
Q: What file types use the .o and .ko extensions?
A: Compiled object files.
Q: What does the .pl extension represent?
A: PERL (Practical Extraction and Report Language) programs.
Q: What does the .tcl extension represent?
A: Tcl (Tool Command Language) programs.
Q: What image file extensions are common in Linux?
A: .jpg, .jpeg, .png, .tiff, .xpm, and .gif.
Q: What does the .sh file extension indicate?
A: Shell scripts (text files executed by the shell).