What are the prerequisites for this course in terms of shell basics?
Saturday, 05 August 2023 by EITCA Academy
To successfully embark on the course "Cybersecurity – Linux System Administration – Bash scripting – Introduction to bash scripting," it is essential to have a solid understanding of shell basics. In this context, the term "shell" refers to the command-line interface that allows users to interact with the operating system by executing commands. Familiarity with
What should be considered when executing commands with cron that require root privileges or access to system directories?
Saturday, 05 August 2023 by EITCA Academy
When executing commands with cron that require root privileges or access to system directories, several considerations need to be taken into account to ensure the security and integrity of the Linux system. Cron is a powerful tool for scheduling tasks, but it can also pose risks if not properly managed. In this answer, we will