#linux
Read more stories on Hashnode
Articles with this tag
Linux Basic Commands # List all files ls # Display the present working directory pwd # Create a directory mkdir directory # To go up one level of...
1. What is a package manager in Linux? A package management system or package manager is a group of software tools. It automates the installation...
Linux security permissions designate who can do what with a file or directory. They specify which user can access what data. In Linux, we have 3...
Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is the directory name second is the start...
Day 4 of #90 Days of DevOps: Introduction to Linux Shell and Shell Scripting: Some important terminologies before getting into Shell Scripting...