PJParth Jadhavinlearnwithparth.hashnode.devยทJan 7, 2025 ยท 4 min readUltimate Linux Cheat Sheet: Quick Reference for BeginnersFile Commands CommandDescription catPrint file contents touchCreate file (or update timestamp) cpCopy a file mvMove / rename a file rmRemove file headPrint first 10 lines of file tailPrint last 10 lines of file tail -fPrint last 10 line...00
MGMunilakshmi G Jin100daysdevops.hashnode.devยทNov 4, 2024 ยท 5 min readDay 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...00
VSVaishnavi Shivdeinvshivde.hashnode.devยทMay 23, 2024 ยท 3 min readMastering 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...00
BPBipul Prasaiinbipulprasai.hashnode.devยทNov 8, 2023 ยท 4 min readLinux 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...00
SBSuraj barikinlinuxenthusiast.hashnode.devยทAug 9, 2023 ยท 4 min readLinux 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...00
NENorris Evansinnorrisevan.hashnode.devยทJul 13, 2023 ยท 4 min read10 Reasons To Learn LinuxIn the current years, IT men ask a concern: "Why i should find out Linux?" In this blog post, we will certainly answer this concerns with 10 reasons to begin discovering Linux. Linux is one of the article prominent operating systems for Information T...00