Upload first revision of challenge#2
Open
LuisParraV wants to merge 1 commit into
Open
Conversation
LuisParraV
commented
Oct 13, 2025
| home | ||
| lib | ||
| lib64 | ||
| media |
LuisParraV
commented
Oct 13, 2025
| My first step was to look inside the directories and see the files located inside them. With this I got an idea of what other directories are inside these however I couldnt get more information about all these files. My next strategy was to ask on google about the purpose of each directory, in the first question I ended up reading the File Hierarchy Standard. This document established the hierarchy of Unix like operating systems like Linux. | ||
|
|
||
| Here is a brief description of the purpose of each directory | ||
| bin contains commands that may be used by both the system administrator and by users, but which are required when no other filesystems are mounted (e.g. in single user mode). |
Owner
Author
There was a problem hiding this comment.
What is single user-mode?
| Here is a brief description of the purpose of each directory | ||
| bin contains commands that may be used by both the system administrator and by users, but which are required when no other filesystems are mounted (e.g. in single user mode). | ||
|
|
||
| boot This directory contains everything required for the boot process except configuration files not needed at boot time and the map installer. Thus /boot stores data that is used before the kernel begins executing user-mode programs. This may include saved master boot sectors and sector map files. |
Owner
Author
There was a problem hiding this comment.
What is the map installer?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.