what do these directory is used for in linux? etc/ bin/ and lib/ -
guys these libraries used in linux?
/etc/ /lib/ /bin/ care explain each?
as name says:
- etc -> keep configuration files
- lib -> keep libraries can used installed software or other softwares in system.
- bin -> binary files
Comments
Post a Comment