ManasiforLinuxlinuxforeveryone.hashnode.dev·Oct 9, 2024Part 3 - Linux Commands for DevOpsDf, du: The df (disk free) command shows the available disk space used by the file system. The du (disk usage) command reports the size of a directory tree, including all its contents. Using the -h option will display sizes in a human-readable format...DiscussLinux
mahpara jabbarmahparajabbar.hashnode.dev·Aug 8, 2024Mastering the Basics: Essential Linux CommandsIntroduction: As the backbone of many servers and systems worldwide, Linux is a crucial skill for anyone in the tech industry. When I started my journey into Linux, I realized how powerful and versatile it is, especially when combined with my network...DiscussLinux
Rajiv thejurajiv145.hashnode.dev·Aug 3, 2024Top 50 Most Commonly Used Linux CommandsLinux is a powerful operating system used by developers, system administrators, and tech enthusiasts worldwide. Whether you're a novice or an experienced user, mastering the most commonly used Linux commands can significantly enhance your productivit...Discusstop50 linux commands
Jawaid Akhtargalaxyworld365.hashnode.dev·Jul 2, 2024Day 02 to pro🚀:Basic linux commands🐧👨💻Day 2: Conquering Your System💻 with Basic Linux Commands!🚀Welcome back, DevOps enthusiasts!♾️ Today's chapter in our journey equips you with fundamental Linux commands to navigate your system like a pro. Imagine your computer as a vast digital king...Discuss·31 reads90days_of_DevOps_by_JawaidDevops
Gunjan Bhadadegunjanbhadade-devopsjourney.hashnode.dev·Jun 29, 2024Day 2 : Basics linux commandThese commands are essential for navigating, creating, manipulating, and managing files, directories, and system settings in Linux. They form the foundation of everyday tasks and operations in a Linux environment. 📂 mv - Move or rename files in Linu...DiscussDevOps Journey
Saiful Islamsobujdev.hashnode.dev·Jun 4, 2024Basic Linux for learning DeveOpsWhat is DevOps : DeveOps is a process of improving your application delivery by ensuring, there is a proper Automation, Application quality that is maintain, continuous monitoring, continuous testing. Why DeveOps: 10 years before when your company up...DiscussLinux
Vaishnavi Shivdevshivde.hashnode.dev·May 2, 2024Day 3 - Linux Commands for devopsTask: What is the linux command to To view what's written in a file.The cat command in Linux is used to concatenate and display the contents of files. cat <filename> Example: To change the access permissions of files. The chmod command in Linux is ...Discuss·35 reads#90daysofdevops
Vaishnavi Shivdevshivde.hashnode.dev·May 1, 2024Day 2 - Exploring the World of Linux: 🐧Linux is a powerful and versatile operating system that has been a cornerstone of the tech world for decades. 🌐 Whether you're a tech enthusiast or just starting to dive into the world of computing, understanding what Linux is and its key features c...Discuss·1 like·27 reads#90daysofdevops
Anil's DevOps Spacethebyteiq.hashnode.dev·Apr 23, 2024Mastering Linux Commands: A Beginner's GuideLinux commands can seem daunting at first, but with practice and understanding, they become powerful tools for navigating and managing your system efficiently. In this guide, we will walk through some essential commands, from viewing files to managin...Discuss#linuxTutorial
Truong Nguyentruongnn.me·Apr 21, 2024Updating the PATH Variable in the ShellIntroduction The PATH environment variable is a critical component in Unix-like operating systems, including Linux and macOS. It helps the shell identify where to find executable files when commands are entered. Updating the PATH variable allows user...DiscussBasic linux commands