Skip to content

Upload first revision of challenge#2

Open
LuisParraV wants to merge 1 commit into
mainfrom
filesystem
Open

Upload first revision of challenge#2
LuisParraV wants to merge 1 commit into
mainfrom
filesystem

Conversation

@LuisParraV

Copy link
Copy Markdown
Owner

No description provided.

Comment thread 01_Filesystem/Summary.txt
home
lib
lib64
media

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not explained

@LuisParraV LuisParraV left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Complete these questions in the file

Comment thread 01_Filesystem/Summary.txt
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).

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is single user-mode?

Comment thread 01_Filesystem/Summary.txt
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.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the map installer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant