#linux
Read more stories on Hashnode
Articles with this tag
Introduction Docker has revolutionized the way we develop, deploy, and manage applications. It provides a lightweight, portable, and scalable platform...
Linux Cheat Sheetπ§: Basic Commands pwd: Print working directory ls: List files and directories in the present working Directory cd: Change...
What is a package? A package is essentially an archive file containing the binary executable, configuration file and sometimes information about the...
Create a simple file and do ls -ltr to see the details of the file. File Permission File permissions are a set of rules that determine how files and...
πCreate a Script to Backup Create a script named backupData.sh to backup: #!/bin/bash function create_backup { src_dir=/home/ubuntu/scripts ...
What is Kernel? It is the part of the operating system that communicates directly with the computer's hardware and manages system resources. What is...