Skip to content

Linux Fundamentals Task 2 #161

@Vichanshu

Description

@Vichanshu

🐧 Linux Fundamentals - Task 2

🎯 Objective

To familiarize yourself with basic Linux directory manipulation and user management commands.

📝 Instructions

Please perform the following two exercises in your terminal.

Part 1: Directory & File Manipulation

  1. Create a new directory.
  2. Enter that directory.
  3. Create a file named your_name.txt .
  4. Rename this file to your_roll_no.txt.
  5. Step out of the directory.
  6. Delete the directory you just created.

Part 2: User Management

  1. Create a new user on your system.
  2. Check which groups this user currently belongs to.
  3. Assign this user to the sudo group (or wheel group if you are on Arch/Fedora).
  4. Check its group again.
  5. Create a password for this new user.

📂 Submission Guidelines

You must submit a text file containing the list of commands you used along with a one-line explanation for each.

1. Create your submission file:

  • File Name: Task2.txt
  • Content Format:
    command_used
    # One line Explanation of what this command does
    

2. Folder Structure:
Place your file in the following path within the repository:

CONTRIBUTORS/
└── YOUR_FOLDER_NAME/   
         └── LINUX_FUNDAMENTALS/
                  └── Task2.txt            

3. (Optional) Screenshot:
You may attach a Google Drive link in the text file containing screenshots of your terminal output as proof of execution.


Happy Hacking! 🚀

Metadata

Metadata

Assignees

No one assigned

    Labels

    Points: 10good first issueGood for newcomersopen-for-allAny one can work on it without getting assigned, every PR can merge

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions