Linux interview topics: inodes, hard vs soft links, zombie processes, the /proc filesystem, SIGTERM vs SIGKILL, the Linux boot sequence from BIOS to systemd, and troubleshooting disk full and high CPU issues.
Linux Interview Essentials
inode — data structure storing file metadata (not name)
hard vs soft link — hard shares inode; soft is a pointer
zombie process — finished but not reaped by parent
orphan process — parent died; adopted by init
/proc filesystem — virtual FS exposing kernel data
runlevels / targets — system states (multi-user.target)