Raqeeb Ahmed Khanraqeebtech.hashnode.dev路Nov 24, 2023Linux, Git-GitHub Cheat Sheet 馃殌馃惂馃帀Linux Cheat Sheet馃惂: Basic Commands pwd: Print working directory ls: List files and directories in the present working Directory cd: Change directory cd ..: Move up one directory mkdir: Create a new directory touch: Create an empty file cp: C...Linux
Suraj bariklinuxenthusiast.hashnode.dev路Aug 9, 2023Linux Commands Cheat SheetFILE AND DIRECTORY COMMANDS: CommandsDescriptionls -alList all files in a long listing (detailed) formatpwdDisplay the present working directoryrm -r directoryRemove the directory and its contents recursivelyrm fileRemove (delete) filemkdir directory...linux cheat sheet commands
Rahul Tdevrahul.hashnode.dev路Jul 26, 2023Day12 of #90daysofdevops | Linux and Git cheat sheetLinux commands 1. File and Directory Operations: ls: List files and directories. cd: Change directory. pwd: Print the working directory. mkdir: Create a new directory. rm: Remove files or directories. (Use with caution!) cp: Copy files or direc...30 readsgitcheatsheet
Aditya Adarshadityaadarsh.hashnode.dev路Apr 17, 2023Linux Commands Cheat Sheet for MLOPSLinux is a powerful operating system that provides users with a vast array of tools and commands to perform various tasks. Whether you are a beginner or an experienced user, it is essential to have a list of the most commonly used Linux commands to n...Linux