2.1 File System (KL)

Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or

Already have an account? Sign In »

Time
1 hour 39 minutes
Difficulty
Beginner
CEU/CPE
1
Video Transcription
00:00
Hello and welcome to this Callie fundamentals lesson. I'm very excited to be here with you today. And so we just got done working in the terminal and doing some things of that nature and that we're really going to focus on the file system. So you may have been asking yourself. How do
00:18
I better understand the file system? How do I know where things around? What do I need to understand?
00:23
Well, the good news is in this lesson, we're going to give you a high level understanding of the file system, not just with Callie, but any Lennox distribution that you're working with. And then, ah, high level understanding of permissions. And so to get us started. Let's touch on that color coding we discussed in the previous lesson.
00:41
Now there are a few other colors a cz well, a cz thes. But these are the ones we wanted to touch on with respect to this particular lesson. And so remember blue when we were looking at the desktop folder and things of that nature in our root directory, well, that represents
00:59
a directory. So if you see blue and this color similar,
01:02
that's a directory green is going to be executed ble or recognize data files. Sky blue is symbolic. Link files yellow with a black background is going to be devices. Pink is graphic images. Red is going to be archives, zips, things of that nature and red with a black background is going to be
01:21
broken links and things of that nature so
01:23
very easy there to kind of get into. And as you work more with the file system and through the distributions, Lennox or otherwise, you're going to see these colors a lot.
01:33
Now let's jump into the file system. So the limb IX file system follows the file system hierarchy standard R F H s. And in Callie's case, this is no exception. So here are a few key directories we want to touch on, and we'll look at a high level overview of this in a moment.
01:51
So Ben is where you're going to see basic programs. And so, as you can see here, we did a P W d in an l s of that bin folder
01:57
or directory, and it's got things like a less and in Kadir and essentially, when we were running those commands, it's looking here for the directions on how that works. And so that's got basic programs and things of that nature. And Ben and then route is where we had our desktop folder and where we'll have the basic
02:16
kind of images or anything that we save under our route account. It's going to be hearing our personal files in that root directory.
02:23
MNT is a temporary Mount Point directory. So if we mount any media or anything of that, nature is going to be showing up here, etc. Is configuration 1000 things of that nature, as you can see here with etc. L s What we found was like ice weasel and some other config files and profile information and what not
02:43
is going to be located in that Etc
02:46
directory And then Dev down here we've got devices on device files essentially that are going to be in this directory
02:53
now. Ah, high level overview of how the file system looks is represented here. So we started off in this root directory previously, and then when we did that, c d dot dot com in it brings us here and from here we were able to see all of these different points
03:10
in the system, and then we can navigate down and drill down into each of those.
03:15
And so, as we discussed earlier with, like, Ben, we've got a central user binaries here, so, like the L s command and make dinner and ping. And so, as you enter those commands in the terminal, it's referencing here for those. So if you were to accidentally delete to delete like Ping and then try to Ping later
03:32
shouldn't want because now you've deleted the reference point in the binaries that make it work.
03:37
And so same thing here, etc. And here has convict files. So, like, um, we've got different areas that you can see here that would have configuration files and things that nature. Espen has some essential system binaries, et cetera.
03:53
And so, as you're navigating through this and looking at the file system, you don't need to really memorize the layout.
03:58
Just know that you know, if you're having issues or your trouble shooting something and its command related, or if its configuration related, we'll get into, like how to make some changes in the configuration 1000 things of that nature later. So for now, I have a quick reference.
04:13
Be kind of aware of where things rat, but don't spend too much time trying to memorize everything.
04:18
All right,
04:19
quick check on learning. So as we were discussing earlier with colors and things of that nature of these in the file system, which one representative directory?
04:30
All right, so remember Green wasn't executed. Herbal
04:34
pink was a graphic image file
04:38
Red was an archive file.
04:41
Blue represents a directory. So if you see not scab blue but that darker blue that represents a directory like the desktop folder or something of that nature and then configuration files are located in which directory? So remember route was the personal files for us,
04:58
Dev was our device files and things of that nature
05:01
melt represented temporary mount points and things like that for media,
05:05
etc. Is where we had configuration files with respect to this file system. So all of that is good. But you may be wondering, what about permissions and things of that nature? I mean, has that crossed your mind? I know it's crossing mind, So let's jump into a quick overview on permissions Now don't get overwhelmed.
05:25
Just know that this
05:27
maybe a good quick reference. You can also use Google and find some represents references that are you No more your style. But looking below here we did a quick L s dash.
05:39
Nope. See, I did a cap there. That's not right. You can't do capitals L. A. And what that does is is it provides this output in the directory.
05:47
Now, when you're thinking of permissions, you've got 0 to 7 here, and each of these numbers gets higher and higher is the level of permissions as we go through here. So when we get to number seven that gives us read, write and execute permission. Now you'll notice that there are several groups of letters here, so don't worry about this on the end.
06:06
It's either black or D and D means that you've got a directory.
06:10
See that blue color there on the end when it's blank, it just means that it's not a directory. It's, you know, some other file type. So this is broken down into three sets, essentially here of letters and that's represented as user
06:25
group
06:27
or other. Now, as you're thinking about these permissions, I took the time here to kind of lamb out side by side. So looking at zero, it's representative. Such execute would be represented in each of these as an ex. Now it could be different. You can have any combination of these three user group and other
06:44
and the permissions like you know and group could be read, right? Execute. I could have nothing in user
06:49
and nothing in others. And so I can have a combination of any of these. Read, write and execute someone. We're looking here
06:57
at this particular at deny.
07:00
That means that there is read and write on the owner. So Oren w on. And then we've got just read
07:10
on the group and nothing on other so kind of keep them in mind. That's a high level dive into permissions. Use a reference to help you get through that. If you're thinking about inheritance and things of that nature, just think of it is going in this direction. So if you've got read right, execute under other and everything else is blank,
07:27
then no matter what the user group, you should be able to read, write or execute that file or directory.
07:32
And so this is is the equivalent of the Windows
07:36
kind of everyone. I'm sorry, handwriting here, but everyone essentially is an other. And then it's defined by group and then user, which is typically the owner and things of that nature. So go right to left when looking at these and defining what the true level of access is when you're working through those. But don't get hung up on permissions.
07:57
Just no. Zero through seven. As we get closer to seven. That's like full permissions
08:01
on any given area here, and it's broken down into user group and other. So with that in mind, let's do a quick check on learning
08:09
which number provides everything read, write and execute permissions.
08:16
All right, so remember
08:18
you. We didn't go through the numbers entirely, too, is right.
08:22
Fours read.
08:24
Six is read right,
08:26
which you should have caught was read, write and execute, which is all three. Everything that we can do. And that was represented as a seven.
08:35
Now,
08:35
with all of those things in mind and everything that you just learned, what did we pick up on? What should we remember? Well, we looked at colors the blue green, pink red directory execute herbal graphic image archive files So those colors are important as we navigate through the file system and we're understanding what things aren't what they mean.
08:54
We did a basic overview of the file system layout in the file hierarchy standard
08:58
and, ah, high level overview of permissions zero through seven. So I want to thank you for your time again today we've learned so much together, and I look forward to seeing you again soon.
Up Next