Junior — Middle
Can you name the main root directories in the Linux file system?
sobes.tech AI
Answer from AI
In the Linux file system, there are several root directories, each serving specific purposes:
/— the root directory, from which the entire file system begins./bin— essential binary executable files (commands)./sbin— system binary files, usually for the administrator./etc— configuration files for the system and applications./home— user home directories./var— variable data such as logs, mail, databases./usr— secondary hierarchy containing programs and libraries./tmp— temporary files./dev— devices and drivers./lib— system libraries./mntand/media— mount points for external devices.
Knowing these directories is important for navigation and administration of Linux systems.