#linux
Read more stories on Hashnode
Articles with this tag
What is Git? GIT can be defined as the “Global Information Tracker,” a powerful version control system widely used for software development and other...
Package management Package management in Linux can be defined as the way of installing, updating and uninstalling the software from the system. It...
Characteristics of directories and files: ls -ltr - This command is being used to get the characteristics with their modification time in reverse...
Arguments used in shell scripting Shell scripting is being used to automate various tasks rather than performing every single step again and again. In...
What are the basic Linux commands to: 1.To view what's written in the file : cat filename: This command is used to display all the contents in the...