#linux
Read more stories on Hashnode
Articles with this tag
Linux It provides services for applications and manages computer hardware. It's a platform to run desktops, embedded systems, and servers. It is made...
Git Stash: If you are working on a file which is in the staging area (not committed yet) and for some reason you need to switch to another branch by...
Git As described by [www.git-scm.com] - "Git is a free and open source distributed version control system designed to handle everything from small to...
Package Manager in Linux A package manager is a software tool that helps users install, upgrade, configure, and manage software packages on their...
File Permissions are used to control access to the files and directories/folders. There are 3 types of permissions: read; write; & execute. Let's have...
In this short blog I will share some information with examples about using "for loops" to create multiple directories; creating backups; Cron; and...