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
How does shebang work?
Which command is used to restrict incoming messages?
How do you grep recursively?
How to display no of records in oracle using unix command?
Who wrote grep?
Is it inbetween or in between?
How do I search a whole word in vim?
Why is grep called grep?
Who invented grep?
Why is shebang used?
What does grep v grep do?
What are the differences among a system call, a library function, and a unix command?
How do I run a bash script?
What is pipe command in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?