#linux
Read more stories on Hashnode
Articles with this tag
Essential Commands ls: List the contents of the current directory cd: Change directory pwd: Print the working directory mkdir: Create a new...
What is Git? it is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among...
What is a package manager in Linux ๐ง? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure and...
File permissions are core to the security model used by Linux systems. They determine who can access files and directories on a system and how. File...
Shell scripting is a powerful tool that can be used to automate tasks, manipulate data, and customize your command-line interface. Here are some...
How it is different from programing ? ยท What is Shell? A shell is a special user program that provides an interface for the user to use operating system...