Search User in System Configuration

# Introduction In this challenge, we will write a script to search for a user present in the system. We will fetch the usernames from the `/etc/passwd` file and search for the given name in the list. This challenge will help us understand how to work with configuration files and how to search for a specific string in a file using shell scripting.

|60 : 00

Click the virtual machine below to start practicing