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 do I use nslookup?
What do chmod, chown, chgrp commands do?
What is the use of tee command?
Name the unix command to find how many days the server has been up.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does awk stand for?
What is awk command used for?
Which unix command lists files/folders in alphabetical order?
What is grep in bash?
What is unix command?
What is the general format of unix command syntax?
How can you see the command line history?
Which command should you use to find the remaining disk space in unix server?
What is the difference between cat command and more command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?