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
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the nmap command?
Does cp command overwrite files?
What is awk good for?
Describe the zip/unzip command using gzip.
What is s and g in sed command?
What do chmod, chown, chgrp commands do?
Name the unix command to find how many days the server has been up.
What is the use of the command 'ls -x chapter[1-5]' ?
Explain command to display different lines that are found when compare two files?
Why is grep called grep?
What is the search command in unix?
How do you repeat a command in terminal?
What is the command to find hidden files in the current directory?
Explain ‘system calls’ with respect to unix commands?