Ansh Balanlinuxfordevops.hashnode.dev·Dec 13, 2024Part 4: User Commands and Actual Use of Shell Scripting by DevOps EngineersContinuing from the previous part, we will explore more advanced topics in shell scripting, starting with conditional statements, loops, and functions. These concepts are essential for DevOps engineers to automate tasks and improve efficiency. If-Eli...user management in linux
Afridi Shaikcloudcoder.hashnode.dev·Dec 2, 2023Working With FilesManaging Files 1. Linux: Everything Treated as a File In Linux, everything, including devices, directories, and processes, is treated as a file. This abstraction allows a consistent interface for interacting with diverse entities in the system. ...Linux AlchemyLinux files