How many traditional Unix directories are there?

Prepare for the RAWS CDC Volume 1 exam. Study with flashcards and multiple choice questions, each with hints and explanations. Get ready for your test!

Multiple Choice

How many traditional Unix directories are there?

Explanation:
Knowing the traditional Unix directory layout means recognizing seven top-level directories at the root that organize the essential pieces of the system. Each of these directories has a distinct role that helps boot the system, run programs, and manage configuration and hardware. - /bin holds essential user commands that must be available for all users, even in single-user mode. - /sbin contains system administration binaries used primarily by the superuser. - /lib stores the shared libraries that those binaries rely on. - /etc is where configuration files live for the system and its services. - /dev provides device files that represent hardware channels and virtual devices. - /tmp is used for temporary files created by applications. - /usr contains the broader set of user-space programs and data, largely independent of the boot-time minimal system. Some modern systems expand beyond this seven by adding directories like /var or /home, but the traditional layout centers on these seven root-level directories.

Knowing the traditional Unix directory layout means recognizing seven top-level directories at the root that organize the essential pieces of the system. Each of these directories has a distinct role that helps boot the system, run programs, and manage configuration and hardware.

  • /bin holds essential user commands that must be available for all users, even in single-user mode.
  • /sbin contains system administration binaries used primarily by the superuser.

  • /lib stores the shared libraries that those binaries rely on.

  • /etc is where configuration files live for the system and its services.

  • /dev provides device files that represent hardware channels and virtual devices.

  • /tmp is used for temporary files created by applications.

  • /usr contains the broader set of user-space programs and data, largely independent of the boot-time minimal system.

Some modern systems expand beyond this seven by adding directories like /var or /home, but the traditional layout centers on these seven root-level directories.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy