#linux
Read more stories on Hashnode
Articles with this tag
⚡Git Cheat-sheet git init # Create a new Git repository. git status # View the status of files in the working directory. git add filename.txt # Add...
📦 Package Managers in Linux * A package manager is a crucial tool in Linux for managing software packages. * It enables users to install, remove,...
About File Permission📂 File permissions are categorized into three user groups: owner, group, and others. Owner: The person who owns the file or...
About Tar Command tar in Unix-like systems manages archive files and stands for "tape archive," originally used for tape drive backups. It bundles...
What is Kernel?🖥️ The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the...
Task: What is the Linux command to To view what's written in a file. Use the cat command. Example: To view the contents of a file named devops.txt,...