Why You Should Start Your Infosec Career by Learning Linux

I know you want ACTION, but calm yourself, you’ll thank me later. I will give you several reasons in this post as to why your first step in studying to be a cybersecurity professional should be learning Linux. I started years ago by trying to hack some stuff before having ANY knowledge in Operational Systems in general and of course I failed miserably. This first experience was so frustrating that I gave up becoming a hacker and only went back to study about it again a couple of years later....

June 22, 2020 · doreox

Understanding the Linux file system

The Linux filesystem structure is somewhat different from that of Windows. Linux has roots in UNIX so it has the backslash for directory separation and its name system is case sensitive. For example, on a Linux file system the following files: file.txt, File.txt and FIle.txt are different. The Linux system is completely file-based and this makes it different from Windows systems. Let’s see below how the file system is organized in Linux....

April 13, 2020 · doreox