#linux
Read more stories on Hashnode
Articles with this tag
when we want to record the current state of the working directory and the index, but want to go back to a clean working directory. Why is git stash...
Git Stash Git stash temporarily shelves (or stashes) changes you’ve made to your working copy so you can work on something else, and then come back...
Introduction to Package Management There are many Linux distribution system out there and one common way to differentiate between them is by using...
As a System Admin, our first priority will be to protect and secure data from unauthorized access. We all are aware of the permissions that we set...
Tasks: 1. Write a bash script CreateDirectories.sh that when the script is executed with three given arguments (one is directory name and second is...
If you are using any major operating system you are indirectly interacting to shell. If you are running Ubuntu, Linux Mint or any other Linux...