DevOps
Explain the Linux directory structure (/etc, /var, /usr, /tmp, /home, /opt, /proc).
Linux follows the FHS. Key dirs for DevOps: /etc (config), /var/log (logs), /usr (binaries), /tmp, /home, /opt (3rd-party), /proc (virtual FS for kernel/process info), /sys, /dev, /boot.