Purefekt / Linux-File-Security

πŸ“ My notes for the IT Security course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux File Security

These are my notes for the topics covered during the classes of the course IT Security. There is a main PDF which contains everything except the commands, and the weekly text files contain the commands used in class and what they do.
NOTE: Do not use chrome's pdf viewer (or any other chromium based browser like Microsoft Edge) for the main PDF since it messes up the handwritten parts, using any other pdf viewer like adobe or safari is better. Viewing the PDF inside GitHub is also okay.
These commands are common to all Linux operating systems but we use a custom copy of CentOS created by my professor linked here. Simply open this link and download the CentOS Stream8.ova file, this is basically a compressed installable version of a virtual machine so it will work with ease with virtualbox.
You must import this copy to virtualbox and keep all settings the same.
Start with the main PDF and it will have directions on how to start any week which is followed by commands in the text file.

Some important things to understand the text files better

  • '>>>' means it is a command issued as a root user
  • '>>>user1>>>' means this command was issued as user1
  • '>>>user2>>>' means this command was issued as user2
  • '>>>ssh-user-1>>>' means this command was issued as ssh-user-1
  • Anything other than these means it is not a command and is some explanation
  • Some more concise notes are inside the "Notes" directory

About

πŸ“ My notes for the IT Security course