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
Write a command to display a file’s contents in various formats?
How do you grep a case insensitive?
What is the use of sed command in unix?
Enlist some filename manipulation commands in unix.
What happens when we execute a unix command?
What command is used to switching between users in unix?
What does grep v grep do?
What does the metacharacter mean?
What is the difference between awk and grep?
Is grep faster than awk?
What is sed awk grep?
What is the command to find hidden files in the current directory?
What does touch command do in unix?
How to use grep command to list find the records of a file containing 10 different strings?
What is the functionality of a top command?