Krishnat Ramchandra Hogalekrish27.hashnode.dev·Nov 14, 2024Mastering Linux Commands: sudoers, Shell Scripting, and Text Processing with awk, grep, and sedLinux offers powerful tools for system administration, shell scripting, and text processing, making it a versatile operating system for both developers and system administrators. This blog will guide you through advanced Linux commands and scripting ...DiscussLinux
Aditya Gadhaveadityag7678.hashnode.dev·Oct 23, 2024How to Use Grep, Awk, Sed, and Find Commands in LinuxThe grep command is one of the most powerful and widely used command-line tools in Unix/Linux for searching text. It allows you to search for specific patterns within files or input streams, using regular expressions for more complex searches. The ...DiscussLinux
Divya K NairforDay 4 : Basic Linux Shell Scriptingday-4-basic-linux-shell-scripting.hashnode.dev·Oct 15, 2024Day 3-Advanced linux commandsAdvanced Linux Commands Why you cannot access /root directory and how to access root directory? /root is the home directory of root user.Bydefault only root user has access to this directory when you are loggedin as regular user,even if you can acces...Discuss#SSH INTO YOUR LINUX VIRTUAL MACHINE
Karthi Skarthi-devopswork.hashnode.dev·Sep 30, 2024Mastering the find Command: A Guide for Scripting, Locating, and Word Searching | Linux (5) #LinuxAdminThe find command is a powerful and flexible tool used primarily in Unix-like operating systems to search for files and directories based on a variety of criteria. Whether you're managing files by ownership, size, or specific text patterns, find helps...Discussfind command
Bilalbilalansari.hashnode.dev·Sep 10, 2024Find and Locate CommandYou can search files using the find command. Also find command search files or directories through the entire file system. I have created a file name as file1.txt at my current location ubuntu@ip-172-31-25-118:~/A/B$ touch file1.txt ubuntu@ip-172-31-...Discussfind command
Atharv Rupdeatharv26.hashnode.dev·Aug 31, 2024Unleashing the Power of grep, find, sed, and awk in Linux" 🔍🥸When working with Linux, mastering commands like grep, find, sed, and awk can make your life much easier. These commands are powerful tools that help you search, manipulate, and format data efficiently. Let’s dive into each of them and understand how...DiscussDevops
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Aug 7, 2024OverTheWire Bandit - LVL6 (Completed)The goal for → LVL 6:: Level Goal: → The password for the next level is stored somewhere on the server and has all of the following properties: owned by user bandit7 owned by group bandit6 33 bytes in size Commands you may need to solve this lev...DiscussLinux
Mike Kobbie Tieku TABIkmt1.hashnode.dev·Aug 7, 2024OverTheWire Bandit - LVL5 (Completed)The goal for → LVL 5:: Level Goal: → The password for the next level is stored in a file somewhere under the inhere directory and has all of the following properties: human-readable 1033 bytes in size not executable Commands you may need to solv...DiscussLinux
Raj Kumar Beherarajkumarbehera.hashnode.dev·Jun 2, 2024Mastering the Find Command in Linux :The find command in Linux is an incredibly powerful tool for searching files and directories based on a variety of criteria. Whether you're looking for a specific file, searching by file type, or even executing commands on found files, find can do it...DiscussLinux Basics To Advancelinux-find
Akash C Mdevopswithakash.hashnode.dev·Nov 13, 2023FIND CommandThe find command in LINUX is a command line utility for walking a file hierarchy. It can be used to find files and directories and perform subsequent operations on them. It supports searching by file, folder, name, creation date, modification date, o...DiscussDevOps BlogLinux