Multiple choice

What is the symbol for a regular file?

  1. d

  2. s

  3. c

  4. -

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

In the output of 'ls -l', the first character indicates the file type. A hyphen (-) signifies a regular file, while 'd' represents a directory.