Common Linux Commands – Part 2

Common Linux Commands - Part 2

File Search Commands: 1. find directory -name “filename“ – Search for files by name 2. find directory -type f -name “*.txt” – Find specific type of files 3. grep “text” filename – Search for text in a file 4. grep -r “text” directory – Recursively search for text in a directory 5. locate filename – … Read more

Ultimate Guide to Linux Permission Management for Beginners

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the tech exchange QQ group with 1000 members, note 【Public Account】 for faster access 1. User Types in Linux Before we dive into Linux permission management, let’s first understand a key concept: user types in Linux. In Linux, there are actually two … Read more