In This Tutorial We Are Going To Learn How To Find Out Or How To Check The Status Of Particular User In Redhat Enterprise Linux
Just Follow These Simple Steps To Know How To Add User In Linux And Then We Check The Status Of Particular User In Linux
Step-1 First How To Add The User In Redhat Linux
Here Is The Command You Can see
#Useradd ccna
#passwd ccna {After Then Give The Password Then Confirm The Password}
#Useradd hacking
#passwd hacking {After Then Give The Password Then Confirm The Password}
This Is All How To Create User In Linux See This Picture To Understand Clearly How To Create User In Linux
Step-2 Now How To Check The Status Of Particular User In Linux
Suppose I Have To Check The Status Of ccna User In Linux
Here Is The Command You Can See
#egrep -i “ccna” /etc/passwd
Now I Have To Check the Status Of Hacking User In Linux Sh here Is The Command You Can check
#egrep -i “hacking” /etc/passwd
See This Picture Also To Understand Clearly How To Check The Status Of Particular User In Linux
This Is All How To Create User And How To Check The status Of particular User In Linux