Multiple choice technology operating systems

Linux uses four basic file types

  1. executable, text, documents, directories

  2. directories, scripts, executables, normal files

  3. Normal files, special files, hidden files, device files

  4. ordinary files, directories, symbolic links, block and character device files

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Linux has four fundamental file types: ordinary files (regular data), directories (folders), symbolic links (pointers to other files), and device files (block and character special files for hardware devices). The other options mix concepts incorrectly or omit special files.