What are common UNIX file types?

Question

can you help me with this question

Answer ( 1 )

    0
    2025-02-22T10:11:30+00:00
    • Regular file (-) – Text, binary, executables.
    • Directory (d) – Contains files and subdirectories.
    • Symbolic link (l) – Reference to another file.
    • Character device (c) – Hardware interface (e.g., /dev/tty).
    • Block device (b) – Disk storage (e.g., /dev/sda).
    • Socket (s) – Inter-process communication.
    • FIFO (p) – Named pipe for data streaming.

Leave an answer