What is the Unix file system hierarchy?
Answers were Sorted based on User's Feedback
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 |
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 |
How to get a particular string as your prompt ? Give syntax of that command?
distinguish between user mode and kernel mode?
What is file system in unix??
What is s and g in sed command?
How would you find the size of a file or directory?
What are the unix commands?
distinguish between interrupts and exceptions?
in a growing log file how will you see the 1st 99 lines?
what is the difference between relative path and absolute path?
distinguish between paging and swapping?
what is the difference between "cron" command and "at" command?
Why is shebang used?