#linux
Read more stories on Hashnode
Articles with this tag
1**.What is the best way to run a script in the background?** Ans: For a script to run in the background, simply add "&" at the end of the command....
write a shell script to read user input as a string an in output it will reverse the string Ans: #!/bin/bash # Prompt the user to enter a...
Git command cheat sheet Git Configuration & Setup Here are Git configuration and setup commands: CommandsDescription git config –global...
Welcome, DevOps enthusiasts! We're diving into Linux shell scripting for DevOps Engineers. 🐧🔧🚀 🔹 What is Shell Scripting? Write your commands on...
💻🔍 Basic Linux Commands You Must Know! 💡 Are you new to the exciting world of Linux? 🐧 Whether you're a tech enthusiast or just curious about this...