What is the Unix file system hierarchy?

Answer Posted / hr@tgksolutions.com

The Unix file system hierarchy is a structured arrangement of files and directories. The top level is the root directory, denoted by /. Important directories include:
• /bin: Contains essential command binaries.
• /etc: Contains system configuration files.
• /home: Contains user home directories.
• /usr: Contains user-installed software and utilities.
• /var: Contains variable data like logs and temporary files.
• /tmp: Used for temporary files.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does shebang work?

808


Which command is used to restrict incoming messages?

786


How do you grep recursively?

775


How to display no of records in oracle using unix command?

807


Who wrote grep?

769


Is it inbetween or in between?

799


How do I search a whole word in vim?

883


Why is grep called grep?

996


Who invented grep?

869


Why is shebang used?

805


What does grep v grep do?

760


What are the differences among a system call, a library function, and a unix command?

798


How do I run a bash script?

811


What is pipe command in unix?

898


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

814