#linux
Read more stories on Hashnode
Articles with this tag
Navigation: ls: List files and directories in a directory cd: Change the current working directory pwd: Display the current working...
How to Install Git on your computer (if it is not already installed) Git is a version control system that is used to track the changes of a file among...
How to install docker on Ubuntu To, install docker on Ubuntu, just run the following commands, Update your system, sudo apt-get update -y Install...
Create a simple file and do ls -ltr to see the details of the files ls -lrt Here, ls, --lists all files and directories present in the present...
Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is the directory name and second is the...
Explain in your own words and examples, what is Shell Scripting for DevOps. Shell scripting is a scripting language, which is interactive means they...