adspace


Which are typical system directories below the root directory?

Answer Posted / Neha Rani

Typical system directories below the root directory in Unix-like systems include: (1) `/bin`: Contains essential user command binaries. (2) `/sbin`: Holds system administration binaries. (3) `/dev`: Represents device files, representing hardware and software devices. (4) `/etc`: Stores system-wide configuration files. (5) `/lib`: Contains shared libraries needed by user programs and the kernel.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

987