Answer Posted / 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 |
Post New Answer View All Answers
What are bash commands?
Who command in unix operating system?
What is grep command in unix with examples?
What is the command to view process running?
What is the use of the tee command?
How do I search for text in vi?
Which command is used to create a directory?
What is {} in find command?
How does the system know where one command ends and another begins?
Why is shebang used?
How to display no of records in oracle using unix command?
What is grep and how do you use it?
Why is it called grep?
Explain command to view process running?
Explain how to use grep command to list find the records of a file containing 10 different strings?