Shell Scripting - Zero to Hero

Shell scripting consists of set of commands to perform a task.Different types of shells: bash sh ksh tsh fish zsh (Extended version of bash with more advanced features) What is my shell type? ⛶echo...
0 Read More

GITHUB commands

GITHUB commands
Step-by-Step Git Commands Execution: Initialize a Git repository: git init Creates a new Git repository in the folder 24MCR095.Add a file to staging area: git add 24MCR095.txt Adds 24...
0 Read More

User Management in Linux

Introduction Linux user management is a cornerstone of IT operations, blending technical efficiency with business security. Whether you're managing server access for developers or ensuring compliance ...
0 Read More