What is the Unix file system hierarchy?

Answers were Sorted based on User's Feedback



What is the Unix file system hierarchy?..

Answer / nashiinformaticssolutions

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

What is the Unix file system hierarchy?..

Answer / 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

More Unix Commands Interview Questions

How to get a particular string as your prompt ? Give syntax of that command?

3 Answers  


distinguish between user mode and kernel mode?

6 Answers   Infosys,


What is file system in unix??

10 Answers   Symphony,


What is s and g in sed command?

0 Answers  


How would you find the size of a file or directory?

1 Answers  


What are the unix commands?

0 Answers  


distinguish between interrupts and exceptions?

2 Answers   Infosys,


in a growing log file how will you see the 1st 99 lines?

7 Answers  


what is the difference between relative path and absolute path?

7 Answers  


distinguish between paging and swapping?

1 Answers   Infosys,


what is the difference between "cron" command and "at" command?

5 Answers  


Why is shebang used?

0 Answers  


Categories