i know this is super late but you could check out the professor messer practice exams and crucial exams. the messer exams were the closest to the real exam if yo uask me and they explain all of the wrong and right answers@@vitme0090
@@mister4875 I don't know I haven't used them but some people say they are good but contain some information that isn't on the exam objectives. I just did crucial because it was 10 bucks for a lifetime membership. They have PBQs and flash cards. The only issue with Messer is he doesn't make more tests lol. They are really worth the $50 and I feel good supporting someone like him.
Doing it in a VM Ubuntu alongside the video is pretty fun, and clears up some misconceptions I had while only writing notes/not testing it out myself. I find the Linux terminal is much more of a cohesive and friendly language to learn than Windows CLI. Thanks as always, professor.
breaking down $chmod step by step and only viewing none=0 read=4, write=2, and execute=1 made it insanely easy for me to grasp the concept of what to input for the mode instead of memorizing 778 different modes
Man these videos are great. Brand spanking new to the IT world and your videos have dramatically increased my comprehension. Well done Professor Messer. Thanks for this great content.
in regards to the apt-get command: How does linux obtain the files necessary to install wire shark? Does it pull it straight from the web after inputting the command, or are the files pre placed within the OS and the command is unpacking them?
They are pulled from servers that are defined as sources in the package manager, your distro will have some defaults but in some cases you may have to add a new source to install something. These are stored at /etc/apt/sources.list.d in Ubuntu
As someone who has never touched a Linux machine I wasn't expecting to learn as much as I did in this video! Would you recommend Ubuntu for Linux beginners?
I have a laptop with Ubuntu, I would recommend it. It's pretty user friendly. The most annoying thing I've encountered is downloading apps. Some must be downloaded via sudo commands, etc. It can get pretty technical.
Great video and content- impressive how many informative content you have packed into this one video :-) also thank you for alle the great and free content you have produced so far :-) Many of your videos have helped me to build a foundational knowledge related to managing operating systems, networking, and security related topics 👍🏻 I would love to see more Linux related content from you >> LPIC-1 or Linux +
@@Ceez350 Easier in some ways. With a language if you don't have another person who speaks it to practice with, it's a lot harder. With coding, the best practice is just doing what you learned on a screen.
That's just a helpful side effect, like how Viagra started out as a heart medication. In all serious, it just reads and prints the files you give it in the order you give them. The user can just choose to output it to a file, which works with any command output.
Does the mv command then actually move the file into a new file and remove the original file? Meaning it would not longer be on the same part of the physical disk?
Good question. Looked this up and apparently the file itself isn't physically copied and then deleted. Instead, the filesystem efficiently updates the file's metadata, which includes its location. This change in metadata effectively moves the file without altering its actual data blocks on the drive.
Yes, it's not useful for your typical files but there are a few special cases where it can be. For example, log files where you want users' systems to append their logs onto them without letting users read each others' logs. Outside of files, some commands and external devices are write-only. There's no reason to give anyone read-access to those.
The contents add up when you use for example cat text.txt text2.txt > both.txt this is concatenate the contents of both text file in the new file both.txt
I just tested this and it seems like the new file uses the default permission 644. I used the cat command on files with the permissions of 777 and 644.
just passed my 1102 and got my certification. Thank you professor!!!! and good luck everyone
Any tips on what to study???
i know this is super late but you could check out the professor messer practice exams and crucial exams. the messer exams were the closest to the real exam if yo uask me and they explain all of the wrong and right answers@@vitme0090
@@mister4875 I don't know I haven't used them but some people say they are good but contain some information that isn't on the exam objectives. I just did crucial because it was 10 bucks for a lifetime membership. They have PBQs and flash cards. The only issue with Messer is he doesn't make more tests lol. They are really worth the $50 and I feel good supporting someone like him.
Agreed. I was able to pass 1101 with a 704, but I'm having a harder studying for this one.@@vitme0090
doing it tomorrow thanks :D
Definitely the harder of the lessons for me but after revisiting and writing it all down after hearing it I get it a lot better now. Awesome video
That's how I'm able to comprehend and retain better, too. So much information in this section 😅
Doing it in a VM Ubuntu alongside the video is pretty fun, and clears up some misconceptions I had while only writing notes/not testing it out myself. I find the Linux terminal is much more of a cohesive and friendly language to learn than Windows CLI. Thanks as always, professor.
I agree, and it helps those like myself who have to do the thing to learn... So a VM has made this a breeze :D
Powershell is definitely easier to use than command prompt and has a lot of the same commands as bash.
Just took 4 pages of notes on this video, there's definitely a lot to remember about Linux commands.
This video is so helpful for those who are starting out to learn cyber security
I was overcomplicating chmod and how the octal notation worked but this just showed me how truly easy it is, thank you.
breaking down $chmod step by step and only viewing none=0 read=4, write=2, and execute=1 made it insanely easy for me to grasp the concept of what to input for the mode instead of memorizing 778 different modes
Man these videos are great. Brand spanking new to the IT world and your videos have dramatically increased my comprehension.
Well done Professor Messer. Thanks for this great content.
Google IT Professional Support Cert really helped with these concepts - good review here and picking back up like a charm. Thanks Messer!
20:21 I thought that was humorous, the way you said that. Excellent video!
in regards to the apt-get command: How does linux obtain the files necessary to install wire shark? Does it pull it straight from the web after inputting the command, or are the files pre placed within the OS and the command is unpacking them?
They are pulled from servers that are defined as sources in the package manager, your distro will have some defaults but in some cases you may have to add a new source to install something.
These are stored at /etc/apt/sources.list.d in Ubuntu
While taking a class for linux, my professor would hammer in not to set permitions to 777 or use the command chmod 777
Hey professor. leaning what i can, looks like i am going to be here a longtime.
As someone who has never touched a Linux machine I wasn't expecting to learn as much as I did in this video! Would you recommend Ubuntu for Linux beginners?
I have a laptop with Ubuntu, I would recommend it. It's pretty user friendly. The most annoying thing I've encountered is downloading apps. Some must be downloaded via sudo commands, etc. It can get pretty technical.
Easiest material for me. Been using Linux for years, excited to really dive in.
Great Summary Professor! The video is concise and very easy to follow
great video proffesor!!!
Impressive thank you for imparting
Great video and content- impressive how many informative content you have packed into this one video :-) also thank you for alle the great and free content you have produced so far :-)
Many of your videos have helped me to build a foundational knowledge related to managing operating systems, networking, and security related topics 👍🏻
I would love to see more Linux related content from you >> LPIC-1 or Linux +
I love seeing all of the Stargate references!
Thanks for these videos!! You are helping me on my path to the CompTIA certifications
To be honest, this video inspired me to study coding lol Have you considered teaching coding classes? 😄 Thank you professor.
Don’t do coding its like learning a new language
how is the coding journey going?
@@Ceez350 Easier in some ways. With a language if you don't have another person who speaks it to practice with, it's a lot harder. With coding, the best practice is just doing what you learned on a screen.
@@Ceez350 Let the man learn what he wants to learn lol. It's not overwhelmingly complicated
If he taught Python the way he’s teaching this then he’d be raising an army of programmers
Honestly, I've been scared about having to learn Linux, but after this lesson, I feel like it's actually easier to use than Windows😅
I like to call this channel Messerpotamia.
Thanks prof! Really appreciated for your great content
It’s tuff to learn Linux language
I thought the cat command is used to display the contents of files?
That's just a helpful side effect, like how Viagra started out as a heart medication.
In all serious, it just reads and prints the files you give it in the order you give them. The user can just choose to output it to a file, which works with any command output.
linux my beloved
this was well done!
Thanks, prof!
Does the mv command then actually move the file into a new file and remove the original file? Meaning it would not longer be on the same part of the physical disk?
Good question. Looked this up and apparently the file itself isn't physically copied and then deleted. Instead, the filesystem efficiently updates the file's metadata, which includes its location. This change in metadata effectively moves the file without altering its actual data blocks on the drive.
Would you ever have write access without read access? how would that work?
Yes, it's not useful for your typical files but there are a few special cases where it can be. For example, log files where you want users' systems to append their logs onto them without letting users read each others' logs.
Outside of files, some commands and external devices are write-only. There's no reason to give anyone read-access to those.
If you concatenate 2 files with different permissions what does the new file inherit?
The contents add up when you use for example
cat text.txt text2.txt > both.txt
this is concatenate the contents of both text file in the new file both.txt
I just tested this and it seems like the new file uses the default permission 644. I used the cat command on files with the permissions of 777 and 644.
I just so happen to have a steam deck so I followed along using that 😂
😘😘😘😘😘😘