Munilakshmi G J100daysdevops.hashnode.dev·Nov 4, 2024Day 10 of 100 Days: Git and Linux Commands Cheat SheetWelcome to your power-packed guide on Git and Linux commands! Think of Git as your digital logbook, capturing every update you make, while Linux is your command-line toolkit, ready to handle everything from organization to quick navigation. 🛠️ Git C...GitHub
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 17, 2024Day 14 Task: Create a Linux & Git-GitHub Cheat Sheet🐧 Linux Cheat Sheet 🐧 CommandDescriptionExample lsList files and directories.ls -l cd [directory]Change current directory.cd /home/user/ mkdir [directory]Create a new directory.mkdir project touch [file]Create an empty file.touch file.txt...82 readsDevops
Vibhuti Jainvibhutijain.hashnode.dev·Aug 30, 2024Day 14 Task: Create a Linux & Git-GitHub Cheat SheetTask: Create a Cheat Sheet Linux Cheat Sheet - 1. File and Directory CRUD Navigation Commands CRUD stands for Create, Read, Update, and Delete. CRUD operations are said to be the basic operations on any file or directory or database. Even if you are ...linuxcheatsheet
Zainul Khanzainul.hashnode.dev·Aug 18, 2024Essential Linux Commands Cheat Sheet for BeginnersWhether you're a student exploring Linux for the first time or a professional managing your Ubuntu server, having a handy reference can make all the difference. This blog post is designed to be your go-to cheat sheet for essential Linux commands, hel...Linux
Vaishnavi Shivdevshivde.hashnode.dev·May 23, 2024Mastering Linux Commands: A Comprehensive Cheat Sheet for Every Userls - List directory contents ls [options] [file/directory] cd - Change directory cd [directory] pwd - Print working directory pwd mkdir - Make directory mkdir [directory] rm - Remove files or directories rm [options] [file/directory] c...1 like·32 reads#TWS
Basavaraj Telibasavaraj-devops-blog.hashnode.dev·Feb 9, 2024Day 12 of #90DaysOfDevOpsLinux Git Cheat Sheet File System Navigation: sudo - Super User Do. The sudo command allows you to run commands with the superuser privileges. whoami - Displays currently logged-in user. pwd: Print the current working directory. ls: List files an...Devops
Ankit Kundalaankitkundala.hashnode.dev·Jan 23, 2024✨Ultimate Linux CheatSheet For Devops✨Hello 👋, this blog includes pretty short and precise explanation of the commands used in Linux for Devops in day to day scenario. So sit-back and have a glance at it. Basic Linux Commands 1.pwd It is short form for Present Working directory, shows w...1 like·35 reads✨Ultimate CheatSheet for DevOps✨Linux
Sunil Prasadsunilprasad.hashnode.dev·Jan 12, 202412. Linux Commands Cheat sheetDevOps is a field that demands efficiency and precision in managing systems and infrastructure. To streamline various tasks and operations, DevOps professionals rely on a set of essential command-line tools. In this article, we will explore some of t...Linux
Aakanksha Deshmukhaakanksha1415.hashnode.dev·Nov 12, 2023Linux and Git &Github Commands Cheatsheet🐧File and Directory Operation ls: List directory contentscd: Change directorypwd: Print working directorymkdir: Make a directorycp: Copy files or directoriesmv: Move or rename files or directoriesrm: Remove files or directories File Manipulation cat: ...linuxcheatsheet
Bipul Prasaibipulprasai.hashnode.dev·Nov 8, 2023Linux Command Cheat SheetBasic Linux Commands Linux commands are the building blocks of your interaction with the system. From navigation to file manipulation, these basic commands form the foundation of your Linux journey. ls - List Files and Directories: Begin your journe...Linux