Answered step by step
Verified Expert Solution
Question
1 Approved Answer
IT IS ALL ABOUT LINUX 1. What top-level folder holds user data? 2. Which top-level folder holds configuration files? 3. Where are log files stored?
IT IS ALL ABOUT LINUX 1. What top-level folder holds user data? 2. Which top-level folder holds configuration files? 3. Where are log files stored? 4. What do you call a filesystem that exists only in memory (not on disk)? (e.g. /dev /proc /sys) 5. What do we call the very top of the filesystem? How do we notate it? 6. Where is root's home folder? (bonus: why is it not in the same location as q.1?) 7. What is different about how UNIX organizes program files compared to Windows? 8. What do we call a .dll (dynamic link library) on a Linux system? 9. List the 7 folders where program executables can be stored. (bonus: what each one is specifically used for) 10. What variable holds the list of directories to search for the executable for a command? 11. Where are temporary files stored (temporarily)? 12. With regards to /var what does the term "variable data" mean? 13. What is the difference in how Windows and *nix organize their storage hierarchies? 14. What command will list the details for all .jpg files in the current folder? 15. What command will list the details all files that start with _ in the current directory? 16. What command will list the details of all files that start with "systemd" in /var/tmp (without `cd`ing there)? 17. What command will list the details of all files with "vm" anywhere in their name in the /etc directory (again, without `cd`ing there)? 18. Explain the difference between `echo $SHELL` and `ls -l $SHELL`.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started