#devops
Read more stories on Hashnode
Articles with this tag
The terminal is the heart of Linux, a place where commands hold the power to transform complex tasks into simple actions. Whether you’re organizing...
What is Git and why is it important? Git(Global information tracker) is a version control system. It stores history. Git has branching capabilities....
Today I'm covering the basics of creating a git repository, adding to staging, add, remove, restore, check status and commit. What is Git? Git- Global...
Comments Comments help the reader to understand functionality in a nutshell. Variables In shell scripting, a variable is a named container or...
SSH(Secured shell) SSH, which stands for Secure Shell, is a network protocol that allows you to securely access and manage remote systems over an...
Basic Commands you must know #pwd -> It shows the Present Working Directory #ls -> It shows available file and directory list int pwd. #uname -> It...