DEV Community

Cover image for Managing Users, Processes, and Disk in Linux (Part-2)
Rajpreet Gill
Rajpreet Gill

Posted on

Managing Users, Processes, and Disk in Linux (Part-2)

👉 Let’s continue our 5-part Linux essentials series! We’re now on Part 2 of 5, where we’ll explore and learn more vital Linux commands. In this blog, we’ll cover how to manage users and groups, handle processes, and examine disk and file system usage. Just like before, real-world scenarios and practical tips are included to help reinforce your learning.

If you haven’t read the earlier blogs, check them out for context:

Part 1: Basic Commands, File & Directory Operations, Permissions

Table of Contents

1. User & Group Management
2. Process Management
3. Disk and File System Commands
4. Tips for Efficient Linux Usage

1. User & Group Management

Scenario: Bob is setting up a shared Linux environment for his development team.

Image description
2. Process Management

Scenario: Raj is troubleshooting why his Python script is using too much CPU.

Image description

3. Disk and File System Commands

Scenario: Alice wants to check disk space before uploading large files.

Image description

đź‘€ Tips for Efficient Linux Usage

  • Use htop instead of top for a more user-friendly process manager.
  • Combine watch with any command to monitor changes over time (e.g., watch df -h).
  • Always back up important configuration files before modifying them.
  • Learn about sudo and least privilege—only elevate when required.
  • Practice using man to explore deeper details of any tool.

#30DaysLinuxChallenge #CloudWhisler
#DevOps #Linux #RHCSA #Opensource #AWS #CloudComputing

Catch out by My LinkedIn profile
https://www.linkedin.com/in/rajpreet-gill-4569b4161/

Top comments (0)