Which of the following directory contains the binary files or executables required for system maintenance and administrative tasks on a Linux system?
Which of the following directory contains the binary files or executables required for system maintenance and administrative tasks on a Linux system?
The /sbin directory contains system binaries, which are essential executables required for system maintenance and administrative tasks on a Linux system. These typically include commands for managing files, processes, and system resources that require elevated privileges to execute.
The /sbin name stands for system binary.
/sbin : Contains the binary files required for working /bin : Essential command binaries; e.g., cat, ls, cp