_____ is a symbol used to represent special files in Linux OS.
2021
_____ is a symbol used to represent special files in Linux OS.
- A.
d
- B.
e
- C.
c
- D.
s
Attempted by 79 students.
Show answer & explanation
Correct answer: C
Option 3: c
In Linux, when you use the ls -l command to list files, the first character of the permission string indicates the file type. The symbol 'c' represents Character Special files (also known as character device files), which are used to represent hardware devices that transmit data character-by-character, such as keyboards or serial ports.