Explain the UNIX file system hierarchy?

Question

can help me with this question

Answer ( 1 )

    0
    2025-02-22T10:11:54+00:00
    • / – Root directory.
    • /bin – Essential system binaries.
    • /etc – System configuration files.
    • /home – User home directories.
    • /var – Log files, temporary files.
    • /tmp – Temporary storage.
    • /dev – Device files.
    • /proc – Kernel process information.

Leave an answer