DevOps - Step By Step Learning : Part 9 (Linux Package, User Permission, System Process Management)
Other Parts of This Series: Part 8: DevOps - Step By Step Learning : Part 8 (Linux Command for File, Directory and Text Manipulation) Part 10: DevOps - Step By Step Learning : Part 10 (Linux Networking, Compression and Little Scripting for Automation) DevOps Linux Package, User, Process Management (Photo Credit: Unsplash) Story: Rasel already learned commands to manage files, directories, and contents in them without needing any UI and only via CLI. To run an application (maybe frontend, backend, database, or any other program), we need to install many dependencies like other software/applications, packages, or libraries. So Rasel now needs to learn to manage packages via command. Also, for safety, security, and operational purposes, user and permission management is another mission-critical task, so you need to learn this as well. To make operational life easy, efficient, and robust, Linux process and system management is a very important part that should be learned at any cost as a DevOps professional. Rasel wanted to explore all these topics and did so. ...