#90daysofdevops
Read more stories on Hashnode
Articles with this tag
What is Git and why is it important? Git is a tool that allows you to VCS(Version Control System). So What is the VCS(Version Control System) Version...
What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is...
What is a package manager in Linux? A package manager is a tool that allows users to install, remove, upgrade, configure and manage software packages...
Task: File Permissions and Access Control Lists When you do ls -ltr to list the files. You can see the permissions of the files. d or - :- Generally...
Tasks: So Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is...
What is Kernel Kernel is central component of an operating system that manages operations of computer and hardware. It basically manages operations of...